ports/math/R-cran-lme4/Makefile
Nuno Teixeira 7287b95925 math/R-cran-lme4: Update to 1.1-36
- Pet portfmt
- Mark TESTING_UNSAFE

ChangeLog: https://cran.r-project.org/web/packages/lme4/news.html
2025-01-12 14:01:10 +00:00

28 lines
836 B
Makefile

PORTNAME= lme4
DISTVERSION= 1.1-36
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Linear mixed-effects models using Eigen and S4
WWW= https://cran.r-project.org/web/packages/lme4/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE.note
CRAN_DEPENDS= R-cran-minqa>=1.1.15:math/R-cran-minqa \
R-cran-nloptr>=1.0.4:math/R-cran-nloptr \
R-cran-Rcpp>=0.10.5:devel/R-cran-Rcpp \
R-cran-RcppEigen>=0.3.3.9.4:math/R-cran-RcppEigen \
R-cran-reformulas>=0.3.0:math/R-cran-reformulas
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
TEST_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
R-cran-knitr>0:print/R-cran-knitr \
R-cran-optimx>0:misc/R-cran-optimx
USES= cran:auto-plist,compiles
TESTING_UNSAFE= https://github.com/lme4/lme4/issues/817
.include <bsd.port.mk>