diff --git a/dev/news/index.html b/dev/news/index.html index cf4ddd854..4e44275d6 100644 --- a/dev/news/index.html +++ b/dev/news/index.html @@ -53,8 +53,16 @@
renv
now includes the contents of each package’s DESCRIPTION file in the package records for generated lockfiles. (#2057)
Fixed an issue where renv::snapshot()
could fail if invoked within a project containing empty or invalid .ipynb
files. (#2073)
renv
now includes additional package DESCRIPTION fields in the lockfile. This can be useful for validating the provenance of packages recorded in the lockfile, and also for applications using renv
which would like to recompute the hash used for package caching from the lockfile itself.
If needed, old-style lockfiles can be generated by setting the option options(renv.lockfile.version = 1)
. Note that this version of renv
remains compatible both with the older (minimal) lockfiles, as well as with the newer lockfiles in this release. (#2057)
Fixed an issue where renv::snapshot()
could fail if invoked within a project containing empty or invalid .ipynb
files. (#2073)
Fixed an issue where R package installation could fail if the project depended on a package whose current version available from the configured package repositories required on a newer version of R than what was currently installed, even if that package need not be updated. (#2071)
Fixed an issue where RENV_CONFIG_EXTERNAL_LIBRARIES
was incorrectly split when using Windows paths. (#2069)
Fixed an issue where renv
failed to restore packages installed from r-universe when the associated lockfile record had no RemoteRef
field. (#2068)
The performance of renv
’s built-in JSON reader has been improved. (#2021)
Fixed an issue where renv
could erroneously create a binding called ‘object’ in the global environment on startup. (#2017)
CRAN release: 2024-10-12
Fixed an issue where headers were not properly passed to available.packages()
during renv
bootstrap. (#1942)