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: renv
2
2
Type: Package
3
3
Title: Project Environments
4
- Version: 1.0.10.9000
4
+ Version: 1.0.11
5
5
Authors@R: c(
6
6
person("Kevin", "Ushey", role = c("aut", "cre"), email = "
[email protected] ",
7
7
comment = c(ORCID = "0000-0003-2880-7407")),
Original file line number Diff line number Diff line change 1
1
2
- # renv (development version)
2
+ # renv 1.0.11
3
3
4
4
* Fixed an issue where headers were not properly passed to ` available.packages() `
5
5
during ` renv ` bootstrap. (#1942 )
10
10
* ` renv ` now includes compiled extensions on Linux + macOS. These
11
11
extensions are primarily used to improve the performance of
12
12
` renv::dependencies() ` and other static analysis code.
13
- Support for Windows will come in a future release.
13
+ Support for Windows may come in a future release.
14
14
15
15
* Fixed an issue where ` renv::snapshot() ` could fail if the project
16
16
contained a call to ` module() ` with no arguments. (#2007 )
You can’t perform that action at this time.
0 commit comments