diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-03 14:02:36 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-03 14:02:36 +0200 |
commit | 70d882c5cfe1e2c887f94e5a3a68cd9e01832067 (patch) | |
tree | f088abe72ccd5044252072d0d29e920a8862615b /backport_others | |
parent | 7b93b13150331910a2ff0ea01472b12d41062efa (diff) |
Changes while backporting R 3.5.1
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 387901c..43d500d 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 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 ./backport -s $i $DIST |