diff options
author | wen <wen@pkgsrc.org> | 2018-01-22 03:16:11 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-01-22 03:16:11 +0000 |
commit | 793efb5d16b0b08caff3c8bd738fa2050ea5d160 (patch) | |
tree | 7e6ab483d691f8c2bb9295f80ecd3c0679fff531 /math/R-lme4 | |
parent | 4bd2dc757244124cbf4d33bd323034ad7bf79838 (diff) | |
download | pkgsrc-793efb5d16b0b08caff3c8bd738fa2050ea5d160.tar.gz |
Import lme4-1.1.15 as math/R-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".
Diffstat (limited to 'math/R-lme4')
-rw-r--r-- | math/R-lme4/DESCR | 4 | ||||
-rw-r--r-- | math/R-lme4/Makefile | 24 | ||||
-rw-r--r-- | math/R-lme4/distinfo | 6 |
3 files changed, 34 insertions, 0 deletions
diff --git a/math/R-lme4/DESCR b/math/R-lme4/DESCR new file mode 100644 index 00000000000..c66d20ab7cf --- /dev/null +++ b/math/R-lme4/DESCR @@ -0,0 +1,4 @@ +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". diff --git a/math/R-lme4/Makefile b/math/R-lme4/Makefile new file mode 100644 index 00000000000..63f12916eac --- /dev/null +++ b/math/R-lme4/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2018/01/22 03:16:11 wen Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/lme4/ +COMMENT= Linear mixed-effects models using Eigen and S4 +LICENSE= gnu-gpl-v2 + +R_PKGNAME= lme4 +R_PKGVER= 1.1-15 + +WRKSRC= ${WRKDIR}/pbkrtest +USE_LANGUAGES= c c++ + +DEPENDS+= R-minqa>=1.1.15:../../math/R-minqa +DEPENDS+= R-nloptr>=1.0.4:../../math/R-nloptr + +.include "../../math/R/Makefile.extension" +.include "../../devel/R-Rcpp/buildlink3.mk" +.include "../../math/R-RcppEigen/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-lme4/distinfo b/math/R-lme4/distinfo new file mode 100644 index 00000000000..29643fff7e2 --- /dev/null +++ b/math/R-lme4/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/01/22 03:16:11 wen Exp $ + +SHA1 (R/lme4_1.1-15.tar.gz) = 6e32d8f42a4372d01e6b684f0b630b5d38120e92 +RMD160 (R/lme4_1.1-15.tar.gz) = f14c00b40d1a72495b388503c91bd8e1300a959b +SHA512 (R/lme4_1.1-15.tar.gz) = c3e58e9cb2ec04ae21a767e3d344d8215fd267952a06dab9c8a3de1f0aa888b024548605725cd783457a13c2b01b7e7552ddbc90bd091161fcd4915b3349ad24 +Size (R/lme4_1.1-15.tar.gz) = 3610706 bytes |