pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-testthat (devel/R-testthat) Updated 3.0.1 to 3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9b56f3316f0
branches:  trunk
changeset: 454126:f9b56f3316f0
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 06 13:11:49 2021 +0000

description:
(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:

 devel/R-testthat/Makefile |   6 +++---
 devel/R-testthat/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 518d6d7179c5 -r f9b56f3316f0 devel/R-testthat/Makefile
--- a/devel/R-testthat/Makefile Sun Jun 06 13:07:41 2021 +0000
+++ b/devel/R-testthat/Makefile Sun Jun 06 13:11:49 2021 +0000
@@ -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@localhost
@@ -9,7 +9,7 @@
 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 -r 518d6d7179c5 -r f9b56f3316f0 devel/R-testthat/distinfo
--- a/devel/R-testthat/distinfo Sun Jun 06 13:07:41 2021 +0000
+++ b/devel/R-testthat/distinfo Sun Jun 06 13:11:49 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index