- 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/
This commit is contained in:
parent
fe813f0e2b
commit
cec6fce696
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401698
4 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
|
|
22
math/R-cran-lme4/Makefile
Normal file
22
math/R-cran-lme4/Makefile
Normal file
|
@ -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>
|
2
math/R-cran-lme4/distinfo
Normal file
2
math/R-cran-lme4/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (lme4_1.1-10.tar.gz) = 68377011b6e25cad72b5d813ccfc9aaf18604b2da6dfe1b94303fb2bbd2673a1
|
||||
SIZE (lme4_1.1-10.tar.gz) = 3687247
|
6
math/R-cran-lme4/pkg-descr
Normal file
6
math/R-cran-lme4/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue