Download Latest Version renv 1.1.5 source code.tar.gz (1.1 MB)
Email in envelope

Get an email when there's a new version of renv

Home / v1.1.2
Name Modified Size InfoDownloads / 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
  • renv gains the sysreqs() 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, renv now 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 renv could fail to retrieve credentials registered for 'github.com' when querying URLs at 'api.github.com'.

  • Fixed an issue where renv could 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)

Source: README.md, updated 2025-03-02