diff options
author | mef <mef@pkgsrc.org> | 2021-06-06 13:11:49 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-06-06 13:11:49 +0000 |
commit | 33250833fc2b022e62430d7b04d0f031a982ba66 (patch) | |
tree | 173c4783262fd23fe08c4ddae9b48b1e846e20c2 /devel | |
parent | 4d9ba0696a85c87af59df4f0397deb73681ab6a8 (diff) | |
download | pkgsrc-33250833fc2b022e62430d7b04d0f031a982ba66.tar.gz |
(devel/R-testthat) Updated 3.0.1 to 3.0.2
# testthat 3.0.2
* Failing expectations now include a backtrace when they're not called directly
from within `test_that()` but are instead wrapped in some helper function
(#1307).
* `CheckReporter` now only records warnings when not on CRAN. Otherwise
failed CRAN revdep checks tend to be cluttered up with warnings (#1300).
It automatically cleans up `testthat-problems.rds` left over from previous
runs if the latest run is succesful (#1314).
* `expect_s3_class()` and `expect_s4_class()` can now check that an object
_isn't_ an S3 or S4 object by supplying `NA` to the second argument (#1321).
* `expect_s3_class()` and `expect_s4_class()` format class names in a less
confusing way (#1322).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/R-testthat/Makefile | 6 | ||||
-rw-r--r-- | devel/R-testthat/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/R-testthat/Makefile b/devel/R-testthat/Makefile index a0bcd48c99e..9e7f1e068a6 100644 --- a/devel/R-testthat/Makefile +++ b/devel/R-testthat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2021/01/01 04:28:35 mef Exp $ +# $NetBSD: Makefile,v 1.10 2021/06/06 13:11:49 mef Exp $ R_PKGNAME= testthat -R_PKGVER= 3.0.1 +R_PKGVER= 3.0.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +9,7 @@ COMMENT= Unit testing for R LICENSE= mit DEPENDS+= R-R6>=2.4.0:../../devel/R-R6 -DEPENDS+= R-cli>=2.2.0:../../devel/R-cli +DEPENDS+= R-cli>=2.4.0:../../devel/R-cli DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon DEPENDS+= R-evaluate>=0.14:../../devel/R-evaluate DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr diff --git a/devel/R-testthat/distinfo b/devel/R-testthat/distinfo index f30aa83fd5d..436bce02488 100644 --- a/devel/R-testthat/distinfo +++ b/devel/R-testthat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/01/01 04:28:36 mef Exp $ +$NetBSD: distinfo,v 1.6 2021/06/06 13:11:49 mef Exp $ -SHA1 (R/testthat_3.0.1.tar.gz) = 39c9b1b82f6362d2becee5471f697a1a3a8dd12c -RMD160 (R/testthat_3.0.1.tar.gz) = 7beb941e4457616339e58614c920dda907978d48 -SHA512 (R/testthat_3.0.1.tar.gz) = 2608bacb54f03795d7ce3dfa45b9041c03d423cd8bc99427efd010b464b9a1e4602e9fb56560c484083eddd4c42b15f82c8135a14241f1e2c08665456eddeeb3 -Size (R/testthat_3.0.1.tar.gz) = 678199 bytes +SHA1 (R/testthat_3.0.2.tar.gz) = 643e80de9f7381eab80d45a46f19849e5668b5d6 +RMD160 (R/testthat_3.0.2.tar.gz) = 150ff4fcf385169c53f4538275ff595ab39b7bee +SHA512 (R/testthat_3.0.2.tar.gz) = b6ce23dc72a7568722524435aae850831e8605edd22cc11aa6724cbdc830198ce8365d4bf5ebdcfbf739a7776ee80c069e0681b3e2f1d21cfc1bacfe201a5791 +Size (R/testthat_3.0.2.tar.gz) = 680365 bytes |