Date: Sun, 15 Nov 2015 12:07:55 +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: r401698 - in head/math: . R-cran-lme4 Message-ID: <201511151207.tAFC7trK032477@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Nov 15 12:07:55 2015 New Revision: 401698 URL: https://svnweb.freebsd.org/changeset/ports/401698 Log: - Add new port: math/R-cran-lme4 Fit linear and generalized linear mixed-effects models. The models and their components are represented using S4 classes and methods. The core computational algorithms are implemented using the Eigen C++ library for numerical linear algebra and RcppEigen "glue". WWW: https://github.com/lme4/lme4/ Added: head/math/R-cran-lme4/ head/math/R-cran-lme4/Makefile (contents, props changed) head/math/R-cran-lme4/distinfo (contents, props changed) head/math/R-cran-lme4/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Nov 15 11:46:45 2015 (r401697) +++ head/math/Makefile Sun Nov 15 12:07:55 2015 (r401698) @@ -32,6 +32,7 @@ SUBDIR += R-cran-inline SUBDIR += R-cran-irlba SUBDIR += R-cran-labeling + SUBDIR += R-cran-lme4 SUBDIR += R-cran-memisc SUBDIR += R-cran-minqa SUBDIR += R-cran-mvtnorm Added: head/math/R-cran-lme4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-lme4/Makefile Sun Nov 15 12:07:55 2015 (r401698) @@ -0,0 +1,22 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= lme4 +DISTVERSION= 1.1-10 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Linear mixed-effects models using Eigen and S4 + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +RUN_DEPENDS= R-cran-Rcpp>=0.10.5:${PORTSDIR}/devel/R-cran-Rcpp \ + R-cran-minqa>=1.1.15:${PORTSDIR}/math/R-cran-minqa \ + R-cran-nloptr>=1.0.4:${PORTSDIR}/math/R-cran-nloptr \ + R-cran-RcppEigen>0:${PORTSDIR}/math/R-cran-RcppEigen + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/math/R-cran-lme4/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-lme4/distinfo Sun Nov 15 12:07:55 2015 (r401698) @@ -0,0 +1,2 @@ +SHA256 (lme4_1.1-10.tar.gz) = 68377011b6e25cad72b5d813ccfc9aaf18604b2da6dfe1b94303fb2bbd2673a1 +SIZE (lme4_1.1-10.tar.gz) = 3687247 Added: head/math/R-cran-lme4/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-lme4/pkg-descr Sun Nov 15 12:07:55 2015 (r401698) @@ -0,0 +1,6 @@ +Fit linear and generalized linear mixed-effects models. The models +and their components are represented using S4 classes and methods. +The core computational algorithms are implemented using the Eigen +C++ library for numerical linear algebra and RcppEigen "glue". + +WWW: https://github.com/lme4/lme4/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511151207.tAFC7trK032477>