·
1 commit
to c317a2561d79ca6b563073555300b531e0e1f989
since this release
-
Fixed an issue where
renv::dependencies()
could fail for chunks which
had alabel
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 ofbase::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)