R-wrapper: update list of recommended packages

This commit is contained in:
Peter Simons
2014-11-01 21:08:05 +01:00
parent df43671a24
commit d7c70809e6
+3 -3
View File
@@ -7280,9 +7280,9 @@ let
rWrapper = callPackage ../development/r-modules/wrapper.nix { rWrapper = callPackage ../development/r-modules/wrapper.nix {
# Those packages are usually installed as part of the R build. # Those packages are usually installed as part of the R build.
recommendedPackages = with rPackages; [ MASS lattice Matrix nlme recommendedPackages = with rPackages; [ boot class cluster codetools
survival boot cluster codetools foreign KernSmooth rpart class foreign KernSmooth lattice MASS Matrix mgcv nlme nnet rpart
nnet spatial mgcv ]; spatial survival ];
# Override this attribute to register additional libraries. # Override this attribute to register additional libraries.
packages = []; packages = [];
}; };