mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Add R-cran-bit64 to TEST_DEPENDS. The S7 package is required to pass test - can install in R with 'install.packages()' before test. Changelog: https://cran.r-project.org/web/packages/waldo/news/news.html
33 lines
941 B
Makefile
33 lines
941 B
Makefile
PORTNAME= waldo
|
|
DISTVERSION= 0.6.1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Find Differences Between R Objects
|
|
WWW= https://waldo.r-lib.org
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
|
|
R-cran-diffobj>=0.3.4:devel/R-cran-diffobj \
|
|
R-cran-fansi>0:devel/R-cran-fansi \
|
|
R-cran-glue>0:devel/R-cran-glue \
|
|
R-cran-rematch2>0:devel/R-cran-rematch2 \
|
|
R-cran-rlang>=1.0.0:devel/R-cran-rlang \
|
|
R-cran-tibble>0:devel/R-cran-tibble
|
|
TEST_DEPENDS= R-cran-bit64>0:devel/R-cran-bit64 \
|
|
R-cran-covr>0:devel/R-cran-covr \
|
|
R-cran-R6>0:devel/R-cran-R6 \
|
|
R-cran-testthat>=3.0.0:devel/R-cran-testthat \
|
|
R-cran-withr>0:devel/R-cran-withr \
|
|
R-cran-xml2>0:textproc/R-cran-xml2
|
|
TESTING_UNSAFE= R-cran-S7 port required
|
|
|
|
USES= cran:auto-plist
|
|
|
|
post-install:
|
|
@${ECHO_CMD} "@dir ${R_MOD_DIR}/help/figures" >> ${TMPPLIST}
|
|
|
|
.include <bsd.port.mk>
|