diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-12-20 16:32:27 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-12-20 16:32:27 +0100 |
commit | 2b081325209afdd689e2143b5904790eb1007436 (patch) | |
tree | 03d9887b0ab97ed840d7769464705c020c1191c3 /backport_others | |
parent | 70d882c5cfe1e2c887f94e5a3a68cd9e01832067 (diff) |
Changes for R 3.5.2
rpy is not in unstable any more
Diffstat (limited to 'backport_others')
-rwxr-xr-x | backport_others | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backport_others b/backport_others index 43d500d..d391c8f 100755 --- a/backport_others +++ b/backport_others @@ -63,8 +63,8 @@ export DIST #for i in lattice r-cran-mass; do #for i in rmatrix; do #for i in survival nlme; do -#for i in rpart mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet rodbc littler rpy rpy2 rkward; do -for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival littler rpy rpy2 rkward; do +#for i in rpart mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet rodbc littler rpy2 rkward; do +for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival littler rpy2 rkward; do ./backport -s $i $DIST |