Date: Sat, 07 Mar 2026 14:25:18 +0000 From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c84f99b4e5fb - main - math/R-cran-lme4: Update to 2.0-1 Message-ID: <69ac354e.3474b.1f1bbd5a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=c84f99b4e5fb95dbabd1192fb2aac745ff719767 commit c84f99b4e5fb95dbabd1192fb2aac745ff719767 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2026-03-06 22:08:51 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2026-03-07 14:25:06 +0000 math/R-cran-lme4: Update to 2.0-1 - Set TESTING_UNSAFE ChangeLog: https://cran.r-project.org/web/packages/lme4/news.html --- math/R-cran-lme4/Makefile | 14 ++++++++++---- math/R-cran-lme4/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/math/R-cran-lme4/Makefile b/math/R-cran-lme4/Makefile index 5ab8ae21a884..13bcebf776ac 100644 --- a/math/R-cran-lme4/Makefile +++ b/math/R-cran-lme4/Makefile @@ -1,5 +1,5 @@ PORTNAME= lme4 -DISTVERSION= 1.1-38 +DISTVERSION= 2.0-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,20 +14,26 @@ 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 \ + R-cran-reformulas>=0.4.3.1:math/R-cran-reformulas \ R-cran-rlang>0:devel/R-cran-rlang 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 \ + R-cran-statmod>0:math/R-cran-statmod \ R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist,compiles +TESTING_UNSAFE= https://github.com/lme4/lme4/issues/942 + pre-test: -# R-cran-gamm4 package does not exist yet - @${LOCALBASE}/bin/Rscript -e 'install.packages("gamm4", \ + +# Test depends not ported yet +.for pkg in gamm4 glmmTMB + @${LOCALBASE}/bin/Rscript -e 'install.packages("${pkg}", \ repos = "https://cloud.r-project.org")' +.endfor .include <bsd.port.mk> diff --git a/math/R-cran-lme4/distinfo b/math/R-cran-lme4/distinfo index 3e5131bf0d75..91daaf122a2e 100644 --- a/math/R-cran-lme4/distinfo +++ b/math/R-cran-lme4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765064505 -SHA256 (lme4_1.1-38.tar.gz) = 97f895c10053ea178a116e2c5a3095208fc54ff2b67be3351faab9a6608c8cc7 -SIZE (lme4_1.1-38.tar.gz) = 3774010 +TIMESTAMP = 1772823526 +SHA256 (lme4_2.0-1.tar.gz) = a34b75c1ef05d7c023d9d86c9d644381a4098de5b3008f9256b89b3a380917a4 +SIZE (lme4_2.0-1.tar.gz) = 3701223home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ac354e.3474b.1f1bbd5a>
