R-wrapper: update list of recommended packages
This commit is contained in:
parent
df43671a24
commit
d7c70809e6
@ -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 = [];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user