pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-devtools



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Sep 20 15:42:39 UTC 2020

Modified Files:
        pkgsrc/devel/R-devtools: Makefile distinfo

Log Message:
(devel/R-devtools)  Updated 2.2.1 to 2.3.1

# devtools 2.3.1

* `Run* `run_examples()` arguments `run` and `test` are deprecated in
  favor of the (hopefully) more clear `run_dontrun` and `run_donttest`
  (pkgload/#107).

* Previously deprecated functions `dr_devtools()` and `dr_github()` have been removed.

* Documentation has been synced with remotes 2.2.0

# devtools 2.3.0

* `build()` now errors with a more informative error message when passed an
  invalid `pkg`. (#2177)

* New `build_rmd()` can build any `.Rmd` file in a clean session.

* `dev_sitrep()` now works correctly when R is out of date (#2204)

# devtools 2.2.2

* `install_dev_deps()` now passes formal args onto `remotes::install_deps()`
(@t-gibson, #2166)

* `spell_check()` now checks if `spelling` is installed and prompts users to
  install it if not (@mikemahoney218, #2172)

* `submit_cran()` now returns a more informative error when the CRAN submission
  portal is down (#1958)

* `check()` gains a `vignettes` argument, to more easily disable checks for
  vignettes (#2165).

* `check_win_*()` function now resets the email to the original email after
  execution (@muschellij2, #2152).

* `check()` now sets `NOT_CRAN=true` by default, as was originally intended (#2135).

* `install_deps()` now supports `options("devtools.ellipsis_action")` as well
  (#2169)

* `test()` now takes `stop_on_failure` as a formal argument (FALSE by default)
  instead of in `...`. Its value is still passed to `testthat::test_dir` as
    before (@infotroph, #2129).

* `test()` and `test_coverage_file()` gain a `export_all` argument, which
  controls if all functions in a package are automatically exported (#1201).

* `dev_sitrep()` now works if run outside a package directory (#2127).

* `release()` now works if the package root is not in the working directory.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-devtools/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-devtools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-devtools/Makefile
diff -u pkgsrc/devel/R-devtools/Makefile:1.4 pkgsrc/devel/R-devtools/Makefile:1.5
--- pkgsrc/devel/R-devtools/Makefile:1.4        Thu Feb 13 13:22:52 2020
+++ pkgsrc/devel/R-devtools/Makefile    Sun Sep 20 15:42:39 2020
@@ -1,49 +1,60 @@
-# $NetBSD: Makefile,v 1.4 2020/02/13 13:22:52 mef Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/20 15:42:39 mef Exp $
 
 R_PKGNAME=     devtools
-R_PKGVER=      2.2.1
+R_PKGVER=      2.3.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Tools to make developing R packages easier
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
-DEPENDS+=      R-callr>=3.3.1:../../devel/R-callr
-DEPENDS+=      R-cli>=1.1.0:../../devel/R-cli
-DEPENDS+=      R-covr-[0-9]*:../../devel/R-covr
+DEPENDS+=      R-callr>=3.4.4:../../devel/R-callr
+DEPENDS+=      R-cli>=2.0.2:../../devel/R-cli
+DEPENDS+=      R-covr>=3.5.1:../../devel/R-covr
 DEPENDS+=      R-git2r>=0.23.0:../../devel/R-git2r
-DEPENDS+=      R-memoise>=1.0.0:../../devel/R-memoise
-DEPENDS+=      R-pkgbuild>=1.0.3:../../devel/R-pkgbuild
-DEPENDS+=      R-pkgload>=1.0.2:../../devel/R-pkgload
+DEPENDS+=      R-memoise>=1.1.0:../../devel/R-memoise
+DEPENDS+=      R-pkgbuild>=1.1.0:../../devel/R-pkgbuild
+DEPENDS+=      R-pkgload>=1.1.0:../../devel/R-pkgload
 DEPENDS+=      R-rcmdcheck>=1.3.3:../../devel/R-rcmdcheck
-DEPENDS+=      R-remotes>=2.1.0:../../devel/R-remotes
-DEPENDS+=      R-roxygen2>=6.1.1:../../devel/R-roxygen2
+DEPENDS+=      R-remotes>=2.2.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.1.1:../../devel/R-testthat
-DEPENDS+=      R-usethis>=1.5.0:../../devel/R-usethis
-DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
-DEPENDS+=      R-rstudioapi>=0.7:../../math/R-rstudioapi
+DEPENDS+=      R-testthat>=2.3.2:../../devel/R-testthat
+DEPENDS+=      R-usethis>=1.6.0:../../devel/R-usethis
+DEPENDS+=      R-withr>=2.2.0:../../devel/R-withr
+DEPENDS+=      R-rstudioapi>=0.11:../../math/R-rstudioapi
 DEPENDS+=      R-ellipsis>=0.3.0:../../math/R-ellipsis
 DEPENDS+=      R-digest>=0.6.20:../../security/R-digest
-DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
-DEPENDS+=      R-DT-[0-9]*:../../textproc/R-DT
-DEPENDS+=      R-httr>=0.4:../../www/R-httr
-DEPENDS+=      R-rversions-[0-9]*:../../devel/R-rversions
+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
 
 # Packages suggested but not available:
-#  'BiocManager', 'foghorn', 'gmailr', 'pingr', 'pkgdown', 'rhub',
-#  'spelling'
-#
+#   'BiocManager', 'foghorn', 'gmailr', 'lintr', 'mockery', 'pkgdown',
+#   'rhub', 'spelling'
+
+TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-lintr>=2.0.1:../../devel/R-lintr
 TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
-TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
-TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
-TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
-TEST_DEPENDS+= R-rversions-[0-9]*:../../devel/R-rversions
-TEST_DEPENDS+= R-lintr-[0-9]*:../../devel/R-lintr
-
+TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
+TEST_DEPENDS+= R-rmarkdown>=2.3:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-spelling>=2.1:../../textproc/R-spelling
+TEST_DEPENDS+= R-testthat>=2.3.2:../../devel/R-testthat
+TEST_DEPENDS+= R-usethis-[0-9]*:../../devel/R-usethis
+TEST_DEPENDS+= R-curl>=4.3:../../www/R-curl
+TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
+TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
 
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
+
+# Packages suggested but not available:
+#   'BiocManager', 'foghorn', 'gmailr', 'pkgdown', 'rhub'
+
+# Packages required and available but unsuitable versions:
+#   'DT', 'jsonlite', 'rstudioapi', 'curl', 'rmarkdown'

Index: pkgsrc/devel/R-devtools/distinfo
diff -u pkgsrc/devel/R-devtools/distinfo:1.2 pkgsrc/devel/R-devtools/distinfo:1.3
--- pkgsrc/devel/R-devtools/distinfo:1.2        Sun Feb  9 12:08:55 2020
+++ pkgsrc/devel/R-devtools/distinfo    Sun Sep 20 15:42:39 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/02/09 12:08:55 mef Exp $
+$NetBSD: distinfo,v 1.3 2020/09/20 15:42:39 mef Exp $
 
-SHA1 (R/devtools_2.2.1.tar.gz) = 22086cbed5e9ae9c38a54d9ffca7eac367921262
-RMD160 (R/devtools_2.2.1.tar.gz) = 8d190b250157ae57b37f682cb68213fb586fb1d3
-SHA512 (R/devtools_2.2.1.tar.gz) = 8184f6c4299bc1c4dd27f74f4538b0e89b788728fb5ec750f0f753e420ff2ee2030f59ad099e6898b04248c3be01000e486798d1d3d407218d94fa2554eb1abe
-Size (R/devtools_2.2.1.tar.gz) = 372273 bytes
+SHA1 (R/devtools_2.3.1.tar.gz) = abd32c555ccd8ca0d9793d518f378c6235864cef
+RMD160 (R/devtools_2.3.1.tar.gz) = 6697e1fda6c3600359650493c6088373197b9314
+SHA512 (R/devtools_2.3.1.tar.gz) = 9e7b8833bfa981b7c3f2e70b69aabd9ceacb9c9ef4079c9a0535d8d986d9133aecd38bd87a15fa65f018b33f1f5c828684c8617928bf1073f4b8346e6565cc7f
+Size (R/devtools_2.3.1.tar.gz) = 373604 bytes



Home | Main Index | Thread Index | Old Index