(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)
This commit is contained in:
mef 2023-08-15 05:50:27 +00:00
parent c786026d50
commit 6822711fd1
2 changed files with 9 additions and 6 deletions

View file

@ -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
@ -36,6 +36,9 @@ TEST_DEPENDS+= R-brio-[0-9]*:../../devel/R-brio
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++

View file

@ -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