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 {
|
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 = [];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user