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".
This commit is contained in:
parent
3d559a3b81
commit
91fc41dda3
3 changed files with 34 additions and 0 deletions
4
math/R-lme4/DESCR
Normal file
4
math/R-lme4/DESCR
Normal file
|
@ -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".
|
24
math/R-lme4/Makefile
Normal file
24
math/R-lme4/Makefile
Normal file
|
@ -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"
|
6
math/R-lme4/distinfo
Normal file
6
math/R-lme4/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue