--- - branch: MAIN date: Sat Dec 17 15:34:41 UTC 2022 files: - new: '1.15' old: '1.14' path: pkgsrc/devel/R-devtools/Makefile pathrev: pkgsrc/devel/R-devtools/Makefile@1.15 type: modified - new: '1.10' old: '1.9' path: pkgsrc/devel/R-devtools/distinfo pathrev: pkgsrc/devel/R-devtools/distinfo@1.10 type: modified id: 20221217T153441Z.92fb91373457e5da4862944a84d3785144206ae4 log: | (devel/R-devtools) Updated 2.4.3 to 2.4.5 # devtools 2.4.5 * `check(cleanup =)` was deprecated in devtools v1.11.0 (2016-04-12) and was made defunct in v2.4.4 (2022-07-20). The documentation is more clear now about recommended alternatives. * `check(check_dir = NULL)` is the new default, to align with the default behaviour of the underlying `rcmdcheck::rcmdcheck()`. * `check(cran = TRUE)` sets the env var `_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_` to `FALSE`, in order to surface the `"Namespace in Imports field not imported from"` NOTE. This only applies to R >= 4.2, due to favorable changes in the behaviour of `R CMD check --as-cran` (#2459). * `test_active_file()` passes the package onto to testthat so it can correctly set the `TESTTHAT_PKG` envvar (#2470). * `test()` and `test_active_file()` once again work with testthat itself. # devtools 2.4.4 * `install(reload = TRUE)` now calls `pkgload::unregister()` instead of `pkload::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 calls `load_all()` twice. `test_active_file()` now calls `load_all()` via testthat. * `aspell_env_var()` does a better job of matching `R CMD check` behaviour, which is only to use `aspell`, not `hunspell` or `ispell` (#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). module: pkgsrc subject: 'CVS commit: pkgsrc/devel/R-devtools' unixtime: '1671291281' user: mef