-
Fixed an issue where headers were not properly passed to
available.packages()
duringrenv
bootstrap. (#1942) -
renv
now assumes that Artifactory package repositories will use a CRAN-like
layout of packages for packages in the archive. (#1996) -
renv
now 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,
renv
now 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=FALSE
environment
variable.