[Lme4-commits] r1618 - pkg/lme4Eigen
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Feb 24 17:03:05 CET 2012
Author: mmaechler
Date: 2012-02-24 17:03:04 +0100 (Fri, 24 Feb 2012)
New Revision: 1618
Modified:
pkg/lme4Eigen/DESCRIPTION
Log:
Imports & Suggests: order (base, Recommended, other); MASS is imported
Modified: pkg/lme4Eigen/DESCRIPTION
===================================================================
--- pkg/lme4Eigen/DESCRIPTION 2012-02-24 15:31:05 UTC (rev 1617)
+++ pkg/lme4Eigen/DESCRIPTION 2012-02-24 16:03:04 UTC (rev 1618)
@@ -12,30 +12,30 @@
methods. The core computational algorithms are implemented using the
Eigen C++ library for numerical linear algebra and RcppEigen "glue".
Depends:
+ R(>= 2.14.0),
lattice,
methods,
- R(>= 2.14.0),
stats
LinkingTo: Rcpp, RcppEigen
Imports:
- MASS,
- Matrix(>= 1.0),
graphics,
grid,
- minqa(>= 1.1.15),
+ splines,
+ Matrix(>= 1.0),
+ MASS,
nlme,
- splines
+ minqa(>= 1.1.15)
Suggests:
+ boot,
+ PKPDmodels,
MEMSS,
- PKPDmodels,
- boot,
+ testthat,
ggplot2,
glmmADMB,
mlmRev,
plyr,
reshape,
testthat
-LazyLoad: yes
LazyData: yes
License: GPL (>=2)
URL: http://lme4.r-forge.r-project.org/
More information about the Lme4-commits
mailing list