Skip to content

renv 1.1.5

Latest
Compare
Choose a tag to compare
@kevinushey kevinushey released this 24 Jul 22:52
· 1 commit to c317a2561d79ca6b563073555300b531e0e1f989 since this release
7824b32
  • Fixed an issue where renv::dependencies() could fail for chunks which
    had a label which was not a length-one character vector. (#2144)

  • Fixed an issue where file.rename() could fail when unpacking a
    package during installation in certain Windows environments. (#2156)

  • renv's dependency discovery now supports usages of base::use(). (#2130)

  • Fixed an issue where renv could fail to parse remote references
    containing an @ character. (#2135)

  • Fixed an issue where renv::sysreqs(distro = <...>) could fail when
    passed an alternate distribution without a version specifier. (#2105)

  • Fixed an issue where multimode R documents containing chunk headers
    which did not parse to an R list could cause dependency inference
    to fail. (#2110)