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:           Mon May 31 21:52:19 UTC 2021

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

Log Message:
(devel/R-devtools) Updated 2.3.2 to 2.4.1

# devtools 2.4.1

* `build_readme()` now uses the `path` 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()` and `test_coverage_active_file()` instead of the deprecated `test_file()` and `test_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 the `R_REMOTES_UPGRADE` environment variable (#2345)

# devtools 2.4.0

## Breaking changes and deprecated functions

* The `check_results()` function has been removed.
  It was not used by any CRAN package, and much better alternatives are available in the [rcmdcheck](https://github.com/r-lib/rcmdcheck) package.

* `pkgload::inst()` is no longer re-exported (#2218).

* `test_file()` has been renamed to  `test_active_file()` and `test_coverage_file()` has been renamed to `test_coverage_active_file()` to avoid a name collision with `testthat::test_file()`.
  The previous names have been soft deprecated in this release, they will be hard deprecated in the next release and eventually removed. (#2125)

## Re-licensing

* devtools is now released under a MIT license (#2326)

## Minor improvements and fixes

* `build_readme()` now supports readme files located in `inst/README.Rmd`, as intended (#2333)

* `build_vignettes()` now creates more specific `.gitignore` entries (@klmr, #2317)

* `check()` now only re-documents if you have a matching version of roxygen2 (#2263).

* `change_maintainer_email()` now has a check to assess whether the email is actually changed.
  If the email is not changed, the code now stops such that an email is not accidentally sent to the wrong recipient. (@emilsjoerup, #2073)

* `run_examples(fresh = TRUE)` again works without error (#2264)

* The covr and DT packages have been moved from Imports to Suggests.
  They are only needed when running `test_coverage()` and `test_coverage_active_file()` so now you'll be prompted to install them when needed.

* Switched to fs for all file system functions (#2331, @malcolmbarrett)

* Now uses testthat 3.0.0 to power `test()`, `test_active_file()`, `test_coverage()`, and `test_coverage_active_file()`.
  The major difference is that `test_active_file()` now generates a compact summary that takes up less space on the console.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-devtools/Makefile
cvs rdiff -u -r1.4 -r1.5 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.9 pkgsrc/devel/R-devtools/Makefile:1.10
--- pkgsrc/devel/R-devtools/Makefile:1.9        Sat Oct  3 13:49:39 2020
+++ pkgsrc/devel/R-devtools/Makefile    Mon May 31 21:52:19 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2020/10/03 13:49:39 mef Exp $
+# $NetBSD: Makefile,v 1.10 2021/05/31 21:52:19 mef Exp $
 
 R_PKGNAME=     devtools
-R_PKGVER=      2.3.2
+R_PKGVER=      2.4.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -20,7 +20,7 @@ DEPENDS+=     R-remotes>=2.2.0:../../devel/R
 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>=1.6.3:../../devel/R-usethis
+DEPENDS+=      R-usethis>=2.0.1:../../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.1:../../math/R-ellipsis

Index: pkgsrc/devel/R-devtools/distinfo
diff -u pkgsrc/devel/R-devtools/distinfo:1.4 pkgsrc/devel/R-devtools/distinfo:1.5
--- pkgsrc/devel/R-devtools/distinfo:1.4        Sat Oct  3 13:49:39 2020
+++ pkgsrc/devel/R-devtools/distinfo    Mon May 31 21:52:19 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/10/03 13:49:39 mef Exp $
+$NetBSD: distinfo,v 1.5 2021/05/31 21:52:19 mef Exp $
 
-SHA1 (R/devtools_2.3.2.tar.gz) = 458986dabc74f30e10ab2ce3358d23dcc45acd09
-RMD160 (R/devtools_2.3.2.tar.gz) = e92673ab14237d1b88192b1da5279f16a2b62a36
-SHA512 (R/devtools_2.3.2.tar.gz) = 0c37feb8dd19f19b536fc49e2af13c97c0e6c2dc27bda3f9f7c7d2eca384015eeafb3e00067e79e82d8c942395b90c4e44a23697cc59904c93f321450c6bd2ed
-Size (R/devtools_2.3.2.tar.gz) = 373387 bytes
+SHA1 (R/devtools_2.4.1.tar.gz) = 98ee2b35f5daa58c6b70aec754fd0e1221fdb1fe
+RMD160 (R/devtools_2.4.1.tar.gz) = 656060d86c10f1a73f49ec2af30f7a624bbec67f
+SHA512 (R/devtools_2.4.1.tar.gz) = dff67583addbb54777bcdd4a9dfe1fc5279d803d1a7b862bf51f1306892442b236d87d766dd77b82f5ebdfb006104ab775a1df5901cf6e8793808660e7676b16
+Size (R/devtools_2.4.1.tar.gz) = 370717 bytes



Home | Main Index | Thread Index | Old Index