(devel/R-unitizer) import R-unitizer-1.4.20

Simplifies regression tests by comparing objects produced by test code
with earlier versions of those same objects.  If objects are unchanged
the tests pass, otherwise execution stops with error details.  If in
interactive mode, tests can be reviewed through the provided
interactive environment.
This commit is contained in:
mef 2024-01-20 07:11:24 +00:00
parent 56cd8335b3
commit ca414b2e2a
3 changed files with 31 additions and 0 deletions

5
devel/R-unitizer/DESCR Normal file
View File

@ -0,0 +1,5 @@
Simplifies regression tests by comparing objects produced by test code
with earlier versions of those same objects. If objects are unchanged
the tests pass, otherwise execution stops with error details. If in
interactive mode, tests can be reviewed through the provided
interactive environment.

21
devel/R-unitizer/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1 2024/01/20 07:11:24 mef Exp $
R_PKGNAME= unitizer
R_PKGVER= 1.4.20
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Interactive R Unit Tests
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon
DEPENDS+= R-diffobj-[0-9]*:../../devel/R-diffobj
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/01/20 07:11:24 mef Exp $
BLAKE2s (R/unitizer_1.4.20.tar.gz) = 234fc0165408c59e2ac332b6bf49aea3d8a5e0e14f147b61f72d11a2ef33d21c
SHA512 (R/unitizer_1.4.20.tar.gz) = 8c6d3e0509e86fc713e6a9b929ad15a9b54747c75698af68dfa3e0727b45e1ed6a7f627bc578aa7cda90e5cd273dfe8b85abdf02c1f5a9e471562f12ab5b855a
Size (R/unitizer_1.4.20.tar.gz) = 609311 bytes