Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
devtools 2.4.4 source code.tar.gz | 2022-07-20 | 425.9 kB | |
devtools 2.4.4 source code.zip | 2022-07-20 | 522.2 kB | |
README.md | 2022-07-20 | 799 Bytes | |
Totals: 3 Items | 948.9 kB | 0 |
-
install(reload = TRUE)
now callspkgload::unregister()
instead ofpkload::unload()
(#2349). This allows the package to keep functioning if it is still in use in the R session (e.g. through event handlers). -
test()
no longer callsload_all()
twice.test_active_file()
now callsload_all()
via testthat. -
aspell_env_var()
does a better job of matchingR CMD check
behaviour, which is only to useaspell
, nothunspell
orispell
(#2376). -
Installing devtools now installs pkgdown, profvis, bench, miniUI, and urlchecker, ensuring that you have everything needed for package development (#2388).
-
dev_sitrep()
has been updated for the calendar-based version number scheme adopted by the RStudio IDE in September 2021 (#2397, [#2410]).