pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-lme4



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jan 22 03:16:11 UTC 2018

Added Files:
        pkgsrc/math/R-lme4: DESCR Makefile distinfo

Log Message:
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".


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-lme4/DESCR pkgsrc/math/R-lme4/Makefile \
    pkgsrc/math/R-lme4/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/R-lme4/DESCR
diff -u /dev/null pkgsrc/math/R-lme4/DESCR:1.1
--- /dev/null   Mon Jan 22 03:16:11 2018
+++ pkgsrc/math/R-lme4/DESCR    Mon Jan 22 03:16:11 2018
@@ -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".
Index: pkgsrc/math/R-lme4/Makefile
diff -u /dev/null pkgsrc/math/R-lme4/Makefile:1.1
--- /dev/null   Mon Jan 22 03:16:11 2018
+++ pkgsrc/math/R-lme4/Makefile Mon Jan 22 03:16:11 2018
@@ -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"
Index: pkgsrc/math/R-lme4/distinfo
diff -u /dev/null pkgsrc/math/R-lme4/distinfo:1.1
--- /dev/null   Mon Jan 22 03:16:11 2018
+++ pkgsrc/math/R-lme4/distinfo Mon Jan 22 03:16:11 2018
@@ -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