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-02 | 1.1 kB | |
| renv 1.1.2 source code.tar.gz | 2025-03-02 | 1.1 MB | |
| renv 1.1.2 source code.zip | 2025-03-02 | 1.3 MB | |
| Totals: 3 Items | 2.3 MB | 0 | |
-
renvgains thesysreqs()function, which can be used to query the system packages required by a set of R packages. Functionality is currently available for Debian-based distributions, as well as Red Hat distributions. -
On Linux,
renvnow uses the database from https://github.com/rstudio/r-system-requirements when determining if an R package's required system libraries are installed, and notifies the user which packages (if any) are missing during install / restore. -
Fixed an issue where
renvcould fail to retrieve credentials registered for 'github.com' when querying URLs at 'api.github.com'. -
Fixed an issue where
renvcould stall when loading a project and validating that the configured version of Bioconductor is compatible with the version of R currently in use. -
renv::snapshot()no longer fails to generate a new lockfile if the project contains a lockfile which could not be read or parsed. -
Fixed an issue where lockfiles containing unicode characters were not correctly written or read with versions of R (< 4.2.0) on Windows. (#2091)