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 {
# Those packages are usually installed as part of the R build.
recommendedPackages = with rPackages; [ MASS lattice Matrix nlme
survival boot cluster codetools foreign KernSmooth rpart class
nnet spatial mgcv ];
recommendedPackages = with rPackages; [ boot class cluster codetools
foreign KernSmooth lattice MASS Matrix mgcv nlme nnet rpart
spatial survival ];
# Override this attribute to register additional libraries.
packages = [];
};