diff options
| author | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-04-07 19:22:55 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-04-07 20:27:08 +0000 |
| commit | 8fc50bb40653e91a1945309c40f15b2589554638 (patch) | |
| tree | fa6ea130104be5d5d577c47e5072fb3d06e86e6b | |
| parent | ce6a8b66cde7d9d50e6568cade9e3540994471b9 (diff) | |
math/R-cran-lava: Update to 1.9.0
| -rw-r--r-- | math/R-cran-lava/Makefile | 9 | ||||
| -rw-r--r-- | math/R-cran-lava/distinfo | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/math/R-cran-lava/Makefile b/math/R-cran-lava/Makefile index 24c6d6349184..5ddbf02422f4 100644 --- a/math/R-cran-lava/Makefile +++ b/math/R-cran-lava/Makefile @@ -1,5 +1,5 @@ PORTNAME= lava -DISTVERSION= 1.8.2 +DISTVERSION= 1.9.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,9 +16,16 @@ RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ R-cran-SQUAREM>0:math/R-cran-SQUAREM TEST_DEPENDS= R-cran-geepack>0:math/R-cran-geepack \ R-cran-knitr>0:print/R-cran-knitr \ + R-cran-Rcpp>0:devel/R-cran-Rcpp \ + R-cran-RcppArmadillo>0:math/R-cran-RcppArmadillo \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist +pre-test: +# R-cran-mets package does not exist yet + @${LOCALBASE}/bin/Rscript -e 'install.packages("mets", \ + repos = "https://cloud.r-project.org")' + .include <bsd.port.mk> diff --git a/math/R-cran-lava/distinfo b/math/R-cran-lava/distinfo index 84f947069ef3..290a8fca2f8a 100644 --- a/math/R-cran-lava/distinfo +++ b/math/R-cran-lava/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761921329 -SHA256 (lava_1.8.2.tar.gz) = 1476503d6d18e11541b3c176c1789b95e819c2f85ad78b62024af0cdf921d54e -SIZE (lava_1.8.2.tar.gz) = 1199884 +TIMESTAMP = 1775585078 +SHA256 (lava_1.9.0.tar.gz) = 26d18681561afde5c1674d0d66c219f14b96f0fb1df23d3af9d5bdff0ec57835 +SIZE (lava_1.9.0.tar.gz) = 1109309 |
