The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-03-20 | 608 Bytes | |
| renv 1.1.4 source code.tar.gz | 2025-03-20 | 1.1 MB | |
| renv 1.1.4 source code.zip | 2025-03-20 | 1.3 MB | |
| Totals: 3 Items | 2.3 MB | 0 | |
-
Fixed an issue where
renvcould erroneously record packages installed from Posit Package Manager snapshots as being installed from CRAN. (#2104) -
renvnow only checks for archived packages during installation whenoptions(renv.install.allowArchivedPackages = TRUE)is set. This fixes an issue whererenvcould erroneously discover that Rcpp 1.3 was available when using the Posit Package Manager repository. -
Fixed an issue where
renv::dependencies()could fail with an unhelpful error message if the scanned document contained a YAML header whose contents was not a map. (#2117)