-
Fixed an issue where
renv::dependencies()could fail for chunks which
had alabelwhich 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
renvcould 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)