-
Fixed an issue where headers were not properly passed to
available.packages()
duringrenvbootstrap. (#1942) -
renvnow assumes that Artifactory package repositories will use a CRAN-like
layout of packages for packages in the archive. (#1996) -
renvnow includes compiled extensions on Linux + macOS. These
extensions are primarily used to improve the performance of
renv::dependencies()and other static analysis code.
Support for Windows may come in a future release. -
Fixed an issue where
renv::snapshot()could fail if the project
contained a call tomodule()with no arguments. (#2007) -
On Linux,
renvnow emits a message on load if the R temporary directory
is within a folder that has been mounted as 'noexec'. This message can be
suppressed by setting theRENV_TEMPDIR_NOEXEC_CHECK=FALSEenvironment
variable.