commit: 8353fa3eae0021da37e807bb7ec04ed1789438fc
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 01:00:28 2015 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 01:00:28 2015 +0000
URL: https://gitweb.gentoo.org/proj/R_overlay.git/commit/?id=8353fa3e
config/simple-deprules.d/R: recommended packages into dev-lang/R[-minimal]
Split default R package list into "base" and "recommended", because R with
USE minimal disables recommended packages and base packages are always
available.
config/simple-deprules.d/R | 34 +++++++++++++++++++---------------
1 file 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