devtools 2.4.1
-
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)