svn commit: r449513 - in head/math: . R-cran-lava

TAKATSU Tomonari tota at FreeBSD.org
Sun Sep 10 00:45:52 UTC 2017


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	lava
+DISTVERSION=	1.5
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at 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/


More information about the svn-ports-head mailing list