git: 5853142be16d - main - math/R-cran-lava: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Aug 2023 13:11:14 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=5853142be16d4dce0ebe001074db83e56b575e9a commit 5853142be16d4dce0ebe001074db83e56b575e9a Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-08-13 13:10:13 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-08-13 13:10:52 +0000 math/R-cran-lava: Take maintainership --- math/R-cran-lava/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/R-cran-lava/Makefile b/math/R-cran-lava/Makefile index 08b328ad1c12..f8bf0d4867f7 100644 --- a/math/R-cran-lava/Makefile +++ b/math/R-cran-lava/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 1.7.2.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Latent Variable Models WWW= https://cran.r-project.org/web/packages/lava/ @@ -15,6 +15,8 @@ CRAN_DEPENDS= R-cran-future.apply>0:devel/R-cran-future.apply \ R-cran-SQUAREM>0:math/R-cran-SQUAREM BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} +TEST_DEPENDS= R-cran-geepack>0:math/R-cran-geepack \ + R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist