diff options
author | tota <tota@FreeBSD.org> | 2017-09-10 08:45:51 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-09-10 08:45:51 +0800 |
commit | fb2b59bf5ebf6948c655b64aca6530b471776da5 (patch) | |
tree | 97bcccccb03ccb99508f9a23d7c2d5df89f050cd | |
parent | bdac9e7f7bac4ef4b29587023f5fbeee05957b79 (diff) | |
download | freebsd-ports-gnome-fb2b59bf5ebf6948c655b64aca6530b471776da5.tar.gz freebsd-ports-gnome-fb2b59bf5ebf6948c655b64aca6530b471776da5.tar.zst freebsd-ports-gnome-fb2b59bf5ebf6948c655b64aca6530b471776da5.zip |
- Add new port: math/R-cran-lava
Estimation and simulation of latent variable models.
WWW: https://cran.r-project.org/web/packages/lava/
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-lava/Makefile | 20 | ||||
-rw-r--r-- | math/R-cran-lava/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-lava/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 5a5c6af4a1fd..196e3f4ac3d9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -48,6 +48,7 @@ SUBDIR += R-cran-inline SUBDIR += R-cran-irlba SUBDIR += R-cran-labeling + SUBDIR += R-cran-lava SUBDIR += R-cran-lazyeval SUBDIR += R-cran-lme4 SUBDIR += R-cran-maxLik diff --git a/math/R-cran-lava/Makefile b/math/R-cran-lava/Makefile new file mode 100644 index 000000000000..76a7fa654f2c --- /dev/null +++ b/math/R-cran-lava/Makefile @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= lava +DISTVERSION= 1.5 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Latent Variable Models + +LICENSE= GPLv3 + +CRAN_DEPENDS= R-cran-numDeriv>0:math/R-cran-numDeriv +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-lava/distinfo b/math/R-cran-lava/distinfo new file mode 100644 index 000000000000..3d5157b29555 --- /dev/null +++ b/math/R-cran-lava/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1504939480 +SHA256 (lava_1.5.tar.gz) = 82fdc3fccb48c0928e043c08162220381269f83e73d902335107f510423fda74 +SIZE (lava_1.5.tar.gz) = 828070 diff --git a/math/R-cran-lava/pkg-descr b/math/R-cran-lava/pkg-descr new file mode 100644 index 000000000000..ce65e25cc103 --- /dev/null +++ b/math/R-cran-lava/pkg-descr @@ -0,0 +1,3 @@ +Estimation and simulation of latent variable models. + +WWW: https://cran.r-project.org/web/packages/lava/ |