diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-11-28 20:18:36 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-11-29 08:16:27 +0000 |
commit | ac33deda5fb205d1901a327b1c1baf67c7d8e0ec (patch) | |
tree | a58e27dae4d3ccd9fa16e05de76f4fae68eb5008 | |
parent | d4b687102934f0f66f7068c6c552dba49e9ce6f0 (diff) | |
download | ports-ac33deda5fb205d1901a327b1c1baf67c7d8e0ec.tar.gz ports-ac33deda5fb205d1901a327b1c1baf67c7d8e0ec.zip |
devel/R-cran-collapse: Update to 2.0.18
- Fix tests by adding missing cran package with pre-test target.
ChangeLog: https://cran.r-project.org/web/packages/collapse/news/news.html
-rw-r--r-- | devel/R-cran-collapse/Makefile | 8 | ||||
-rw-r--r-- | devel/R-cran-collapse/distinfo | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/devel/R-cran-collapse/Makefile b/devel/R-cran-collapse/Makefile index c42003ac539c..7bcdcdaaf533 100644 --- a/devel/R-cran-collapse/Makefile +++ b/devel/R-cran-collapse/Makefile @@ -1,5 +1,5 @@ PORTNAME= collapse -DISTVERSION= 2.0.17 +DISTVERSION= 2.0.18 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -19,8 +19,12 @@ TEST_DEPENDS= R-cran-data.table>0:devel/R-cran-data.table \ R-cran-microbenchmark>0:devel/R-cran-microbenchmark \ R-cran-plm>0:finance/R-cran-plm \ R-cran-testthat>0:devel/R-cran-testthat -# Tests: 'fixest' required (?) not ported yet USES= cran:auto-plist,compiles +pre-test: +# R-cran-fixest package does not exist yet + @${LOCALBASE}/bin/Rscript -e 'install.packages("fixest", \ + repos = "https://cloud.r-project.org")' + .include <bsd.port.mk> diff --git a/devel/R-cran-collapse/distinfo b/devel/R-cran-collapse/distinfo index 57301874bc72..4c74bc89f20d 100644 --- a/devel/R-cran-collapse/distinfo +++ b/devel/R-cran-collapse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730711726 -SHA256 (collapse_2.0.17.tar.gz) = 8088bd24f5cce15a118426a63f8f6eee5b6ae4b01f13a2ced204440f60c1fbdd -SIZE (collapse_2.0.17.tar.gz) = 1518702 +TIMESTAMP = 1732793499 +SHA256 (collapse_2.0.18.tar.gz) = b91240cc2e422e2356d73411613e5dd48ac756c5282d591cd0ad017ecf2c9757 +SIZE (collapse_2.0.18.tar.gz) = 1518379 |