Skip to content

renv 1.0.5

Compare
Choose a tag to compare
@kevinushey kevinushey released this 29 Feb 05:20
0e780cb
  • renv now only writes a .renvignore file into the cache directory
    if the cache appears to be part of the current project.

  • renv now reports missing system libraries as part of its ABI
    checks in renv::diagnostics().

  • Fixed an issue where renv::install(lock = TRUE) produced lockfiles
    containing records with extraneous data. (#1828)