(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).
This commit is contained in:
mef 2022-12-17 15:34:41 +00:00
parent c1c9cecc18
commit e61e936e8a
2 changed files with 13 additions and 9 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.14 2022/04/18 14:50:03 mef Exp $
# $NetBSD: Makefile,v 1.15 2022/12/17 15:34:41 mef Exp $
R_PKGNAME= devtools
R_PKGVER= 2.4.3
R_PKGVER= 2.4.5
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@ -14,15 +14,15 @@ DEPENDS+= R-covr>=3.5.1:../../devel/R-covr
DEPENDS+= R-desc>=1.3.0:../../devel/R-desc
DEPENDS+= R-ellipsis>=0.3.1:../../math/R-ellipsis
DEPENDS+= R-git2r>=0.23.0:../../devel/R-git2r
DEPENDS+= R-memoise>=2.0.0:../../devel/R-memoise
DEPENDS+= R-memoise>=2.0.1:../../devel/R-memoise
DEPENDS+= R-pkgbuild>=1.1.0:../../devel/R-pkgbuild
DEPENDS+= R-pkgload>=1.1.0:../../devel/R-pkgload
DEPENDS+= R-pkgload>=1.3.2:../../devel/R-pkgload
DEPENDS+= R-rcmdcheck>=1.3.3:../../devel/R-rcmdcheck
DEPENDS+= R-remotes>=2.3.0:../../devel/R-remotes
DEPENDS+= R-roxygen2>=7.1.1:../../devel/R-roxygen2
DEPENDS+= R-sessioninfo>=1.1.1:../../devel/R-sessioninfo
DEPENDS+= R-testthat>=2.3.2:../../devel/R-testthat
DEPENDS+= R-usethis>=2.0.1:../../devel/R-usethis
DEPENDS+= R-usethis>=2.1.6:../../devel/R-usethis
DEPENDS+= R-withr>=2.2.0:../../devel/R-withr
DEPENDS+= R-rstudioapi>=0.11:../../math/R-rstudioapi
DEPENDS+= R-digest>=0.6.20:../../security/R-digest
@ -30,6 +30,10 @@ DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite
DEPENDS+= R-DT>=0.15:../../textproc/R-DT
DEPENDS+= R-httr>=1.4.2:../../www/R-httr
DEPENDS+= R-rversions>=2.0.2:../../devel/R-rversions
DEPENDS+= R-profvis-[0-9]*:../../benchmarks/R-profvis
DEPENDS+= R-pkgdown-[0-9]*:../../www/R-pkgdown
DEPENDS+= R-miniUI-[0-9]*:../../www/R-miniUI
DEPENDS+= R-urlchecker-[0-9]*:../../www/R-urlchecker
# Packages suggested but not available:
# 'BiocManager', 'foghorn', 'gmailr', 'pkgdown', 'rhub'

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2022/04/16 05:42:39 mef Exp $
$NetBSD: distinfo,v 1.10 2022/12/17 15:34:41 mef Exp $
BLAKE2s (R/devtools_2.4.3.tar.gz) = 187893a15f6ebb00332954b5ca701b9f505380d1501abeefd66357d9967c980d
SHA512 (R/devtools_2.4.3.tar.gz) = 2b4e10c1caf77101e6af020516e92ec0adb7aa6187a09c9a7799142f019ab906757193c6dcd54ae7d3dea4c84a902d3a9afcf0e6ac40fc95af66fbeed4b8a17e
Size (R/devtools_2.4.3.tar.gz) = 372413 bytes
BLAKE2s (R/devtools_2.4.5.tar.gz) = 7a7787adb9f83b26cbcdf42bd6501ba0980214bfbde8340635995238196f1478
SHA512 (R/devtools_2.4.5.tar.gz) = b28953a795caee2affc1e4183a156d1de89910fa90d0c852496a8b88ebf262210fa0225c95ba5e880991ddf2c30241061699f6d5295d670bdfe37cf485dfcf6d
Size (R/devtools_2.4.5.tar.gz) = 374718 bytes