File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: pkgload
2
2
Title: Simulate Package Installation and Attach
3
- Version: 1.3.4.9001
3
+ Version: 1.4.0
4
4
Authors@R: c(
5
5
person("Hadley", "Wickham", role = "aut"),
6
6
person("Winston", "Chang", role = "aut"),
Original file line number Diff line number Diff line change 1
- # pkgload (development version)
1
+ # pkgload 1.4.0
2
2
3
3
* The ` reset ` argment of ` load_all() ` is no longer supported because preserving
4
4
the namespace requires unlocking its environment, which is no longer possible
5
5
in recent versions of R. It should no longer be necessary as the performance
6
6
issues caused by resetting the namespace were resolved a while ago.
7
-
7
+
8
8
* New experimental feature for generating a ` compile_commands.json ` file after
9
9
each ` load_all() ` . This file is used by LSP servers such as clangd to provide
10
10
intellisense features in your native files. To enable it, add this directive
You can’t perform that action at this time.
0 commit comments