Date: Sun, 10 Sep 2017 00:45:51 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449513 - in head/math: . R-cran-lava Message-ID: <201709100045.v8A0jpQY009642@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Sep 10 00:45:51 2017 New Revision: 449513 URL: https://svnweb.freebsd.org/changeset/ports/449513 Log: - Add new port: math/R-cran-lava Estimation and simulation of latent variable models. WWW: https://cran.r-project.org/web/packages/lava/ Added: head/math/R-cran-lava/ head/math/R-cran-lava/Makefile (contents, props changed) head/math/R-cran-lava/distinfo (contents, props changed) head/math/R-cran-lava/pkg-descr (contents, props changed) Modified: head/math/Makefile (contents, props changed) Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Sep 9 21:29:50 2017 (r449512) +++ head/math/Makefile Sun Sep 10 00:45:51 2017 (r449513) @@ -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 Added: head/math/R-cran-lava/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-lava/Makefile Sun Sep 10 00:45:51 2017 (r449513) @@ -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> Added: head/math/R-cran-lava/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-lava/distinfo Sun Sep 10 00:45:51 2017 (r449513) @@ -0,0 +1,3 @@ +TIMESTAMP = 1504939480 +SHA256 (lava_1.5.tar.gz) = 82fdc3fccb48c0928e043c08162220381269f83e73d902335107f510423fda74 +SIZE (lava_1.5.tar.gz) = 828070 Added: head/math/R-cran-lava/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-lava/pkg-descr Sun Sep 10 00:45:51 2017 (r449513) @@ -0,0 +1,3 @@ +Estimation and simulation of latent variable models. + +WWW: https://cran.r-project.org/web/packages/lava/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709100045.v8A0jpQY009642>