pkgsrc/devel/R-testthat/Makefile
mef 6822711fd1 (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)
2023-08-15 05:50:27 +00:00

46 lines
1.8 KiB
Makefile

# $NetBSD: Makefile,v 1.21 2023/08/15 05:50:27 mef Exp $
R_PKGNAME= testthat
R_PKGVER= 3.1.10
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Unit testing for R
LICENSE= mit
DEPENDS+= R-R6>=2.4.0:../../devel/R-R6
DEPENDS+= R-cli>=3.3.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
DEPENDS+= R-rlang>=1.0.1:../../devel/R-rlang
DEPENDS+= R-withr>=2.4.3:../../devel/R-withr
DEPENDS+= R-praise>=1.0.0:../../misc/R-praise
DEPENDS+= R-digest>=0.6.20:../../security/R-digest
DEPENDS+= R-ellipsis>=0.2.0:../../math/R-ellipsis
DEPENDS+= R-pkgload-[0-9]*:../../devel/R-pkgload
DEPENDS+= R-brio-[0-9]*:../../devel/R-brio
DEPENDS+= R-waldo>=0.4.0:../../devel/R-waldo
DEPENDS+= R-ps>=1.5.0:../../sysutils/R-ps
DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle
DEPENDS+= R-jsonlite-[0-9]*:../../textproc/R-jsonlite
TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools
TEST_DEPENDS+= R-rematch2-[0-9]*:../../devel/R-rematch2
TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
TEST_DEPENDS+= R-diffviewer>=0.1.1:../../www/R-diffviewer
TEST_DEPENDS+= R-callr>=3.5.1:../../devel/R-callr
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
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++
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"