Skip to content

Commit 96ec0d3

Browse files
committed
Increment version number to 1.4.0
1 parent 6ebcb36 commit 96ec0d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pkgload
22
Title: Simulate Package Installation and Attach
3-
Version: 1.3.4.9001
3+
Version: 1.4.0
44
Authors@R: c(
55
person("Hadley", "Wickham", role = "aut"),
66
person("Winston", "Chang", role = "aut"),

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# pkgload (development version)
1+
# pkgload 1.4.0
22

33
* The `reset` argment of `load_all()` is no longer supported because preserving
44
the namespace requires unlocking its environment, which is no longer possible
55
in recent versions of R. It should no longer be necessary as the performance
66
issues caused by resetting the namespace were resolved a while ago.
7-
7+
88
* New experimental feature for generating a `compile_commands.json` file after
99
each `load_all()`. This file is used by LSP servers such as clangd to provide
1010
intellisense features in your native files. To enable it, add this directive

0 commit comments

Comments
 (0)