Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
devtools 2.4.1 source code.tar.gz | 2021-05-05 | 687.4 kB | |
devtools 2.4.1 source code.zip | 2021-05-05 | 775.7 kB | |
README.md | 2021-05-05 | 657 Bytes | |
Totals: 3 Items | 1.5 MB | 0 |
-
build_readme()
now uses thepath
argument, as designed (#2344) -
create()
no longer opens projects by default to avoid duplicate projects opened by the RStudio IDE project template (#2347, @malcolmbarrett) -
The RStudio addins now use
test_active_file()
andtest_coverage_active_file()
instead of the deprecatedtest_file()
andtest_coverage_file()
(#2339) -
RStudio addins now run in interactive mode, rather than background mode (@jennybc, [#2350])
-
install(upgrade)
now defaults to 'default' rather than 'ask'. This allows you to control the default asking behavior with theR_REMOTES_UPGRADE
environment variable (#2345)