The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-07-24 | 771 Bytes | |
| renv 1.1.5 source code.tar.gz | 2025-07-24 | 1.1 MB | |
| renv 1.1.5 source code.zip | 2025-07-24 | 1.3 MB | |
| Totals: 3 Items | 2.3 MB | 0 | |
-
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)