pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-testthat



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 13:11:49 UTC 2021

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

Log Message:
(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).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-testthat/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-testthat/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-testthat/Makefile
diff -u pkgsrc/devel/R-testthat/Makefile:1.9 pkgsrc/devel/R-testthat/Makefile:1.10
--- pkgsrc/devel/R-testthat/Makefile:1.9        Fri Jan  1 04:28:35 2021
+++ pkgsrc/devel/R-testthat/Makefile    Sun Jun  6 13:11:49 2021
@@ -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 @@ 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

Index: pkgsrc/devel/R-testthat/distinfo
diff -u pkgsrc/devel/R-testthat/distinfo:1.5 pkgsrc/devel/R-testthat/distinfo:1.6
--- pkgsrc/devel/R-testthat/distinfo:1.5        Fri Jan  1 04:28:36 2021
+++ pkgsrc/devel/R-testthat/distinfo    Sun Jun  6 13:11:49 2021
@@ -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