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:           Tue Aug 15 05:50:28 UTC 2023

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

Log Message:
(devel/R-testthat) Updated 3.1.9 to 3.1.10

# testthat 3.1.10

* Fix for upcoming R-devel release.

* `testthat` now sets the `_R_CHECK_BROWSER_NONINTERACTIVE_` environment variable
  when running tests. This should ensure that left-over `browser()` statements
  will trigger an error if encountered while running tests. This functionality
  is only enabled with R (>= 4.3.0). (#1825)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/R-testthat/Makefile
cvs rdiff -u -r1.15 -r1.16 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.20 pkgsrc/devel/R-testthat/Makefile:1.21
--- pkgsrc/devel/R-testthat/Makefile:1.20       Sun Jul 30 13:37:16 2023
+++ pkgsrc/devel/R-testthat/Makefile    Tue Aug 15 05:50:27 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2023/07/30 13:37:16 mef Exp $
+# $NetBSD: Makefile,v 1.21 2023/08/15 05:50:27 mef Exp $
 
 R_PKGNAME=     testthat
-R_PKGVER=      3.1.9
+R_PKGVER=      3.1.10
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -36,6 +36,9 @@ TEST_DEPENDS+=        R-brio-[0-9]*:../../devel
 TEST_DEPENDS+= R-desc-[0-9]*:../../devel/R-desc
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+TEST_DEPENDS+= R-processx>=3.8.2:../../sysutils/R-processx
+TEST_DEPENDS+= p5-TeXLive-TLUtils-[0-9]*:../../wip/p5-TeXLive-TLUtils
+TEST_DEPENDS+= p5-TeXLive-TLConfig-[0-9]*:../../wip/p5-TeXLive-TLConfig
 
 USE_LANGUAGES= c c++
 

Index: pkgsrc/devel/R-testthat/distinfo
diff -u pkgsrc/devel/R-testthat/distinfo:1.15 pkgsrc/devel/R-testthat/distinfo:1.16
--- pkgsrc/devel/R-testthat/distinfo:1.15       Sun Jun 18 13:59:10 2023
+++ pkgsrc/devel/R-testthat/distinfo    Tue Aug 15 05:50:27 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/06/18 13:59:10 mef Exp $
+$NetBSD: distinfo,v 1.16 2023/08/15 05:50:27 mef Exp $
 
-BLAKE2s (R/testthat_3.1.9.tar.gz) = e6adf1948bec61a9b27decc2de7e3dcc72479589e5675f69b177bfc7f68529c4
-SHA512 (R/testthat_3.1.9.tar.gz) = b181901794296911bb84b55cc8f588a0a64c45de44aa4e279ffda29b12285585534a066c2801fb88b1b73f547438bbdf5d30d9697413c6b0a93badb78e8403f3
-Size (R/testthat_3.1.9.tar.gz) = 736491 bytes
+BLAKE2s (R/testthat_3.1.10.tar.gz) = 612e8ee72c92a1c6b7e5923ed4dbb855cf0a68d453cd515e28ffcadb8e76b57e
+SHA512 (R/testthat_3.1.10.tar.gz) = def5e465063d3097f307db7ed8539188e6c911166bf7b22e8cfe5d52fb767332cdd18429bf34f5f4266c5e39f1cde7110b88694800b712170d1fc02ce7a9397b
+Size (R/testthat_3.1.10.tar.gz) = 737357 bytes



Home | Main Index | Thread Index | Old Index