diff options
-rw-r--r-- | config/simple-deprules.d/R | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/config/simple-deprules.d/R b/config/simple-deprules.d/R index ceb82da..bf46e87 100644 --- a/config/simple-deprules.d/R +++ b/config/simple-deprules.d/R @@ -14,39 +14,43 @@ dev-lang/R[tk] { tcltk (but only for the GUI } -# always assumed to be provided by dev-lang/R (taken from generate_ebuild) +# base packages that always assumed to be provided by dev-lang/R (taken from generate_ebuild) % { base - boot - class - cluster - codetools compiler datasets - foreign graphics grDevices grid + methods + parallel + splines + stats + stats4 + tcltk + tools + utils +} + +# recommended packages +dev-lang/R[-minimal] { + boot + class + cluster + codetools + foreign KernSmooth lattice - libR MASS Matrix - methods mgcv nlme nnet - parallel rpart spatial - splines - stats - stats4 survival - tcltk - tools - utils } + # FIXME, seems to be provided too % { stepfun |