head 1.2; access; symbols pkgsrc-2026Q3:1.2.0.16 pkgsrc-2026Q3-base:1.2 pkgsrc-2026Q2:1.2.0.14 pkgsrc-2026Q2-base:1.2 pkgsrc-2026Q1:1.2.0.12 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.10 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.8 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.6 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.4 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.2 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.1.0.6 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.4 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.2 pkgsrc-2024Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2024.10.20.22.19.11; author mef; state Exp; branches; next 1.1; commitid xCgwUEzMySFu1suF; 1.1 date 2024.01.20.07.11.24; author mef; state Exp; branches; next ; commitid JcwocqcufIQaO9VE; desc @@ 1.2 log @(devel/R-unitizer) Updated 1.4.20 to 1.4.21, make test fails with Font issue (Re: tex-ec) ## v1.4.21 * Suppress test caused to fail by checks added to `parent.env<-` in r-devel r86545. @ text @# $NetBSD: Makefile,v 1.1 2024/01/20 07:11:24 mef Exp $ R_PKGNAME= unitizer R_PKGVER= 1.4.21 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 # !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" @ 1.1 log @(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. @ text @d1 1 a1 1 # $NetBSD$ d4 1 a4 1 R_PKGVER= 1.4.20 d16 5 d22 2 @