pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-lme4 Import lme4-1.1.15 as math/R-lme4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/33c7711105c7
branches: trunk
changeset: 374373:33c7711105c7
user: wen <wen%pkgsrc.org@localhost>
date: Mon Jan 22 03:16:11 2018 +0000
description:
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:
math/R-lme4/DESCR | 4 ++++
math/R-lme4/Makefile | 24 ++++++++++++++++++++++++
math/R-lme4/distinfo | 6 ++++++
3 files changed, 34 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r a66cf0cef4a4 -r 33c7711105c7 math/R-lme4/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-lme4/DESCR Mon Jan 22 03:16:11 2018 +0000
@@ -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 -r a66cf0cef4a4 -r 33c7711105c7 math/R-lme4/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-lme4/Makefile Mon Jan 22 03:16:11 2018 +0000
@@ -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@localhost
+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 -r a66cf0cef4a4 -r 33c7711105c7 math/R-lme4/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-lme4/distinfo Mon Jan 22 03:16:11 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index