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 /build_others | |
parent | 7b93b13150331910a2ff0ea01472b12d41062efa (diff) |
Changes while backporting R 3.5.1
Diffstat (limited to 'build_others')
-rwxr-xr-x | build_others | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_others b/build_others index 86a5657..14777eb 100755 --- a/build_others +++ b/build_others @@ -39,7 +39,7 @@ fi #for i in lattice r-cran-mass; do #for i in rmatrix nlme; do #for i in survival; do -for i in cluster foreign r-cran-class r-cran-spatial r-cran-nnet kernsmooth mgcv rodbc rpart littler rpy rpy2 rkward; do -#for i in lattice rmatrix nlme cluster foreign r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth mgcv rodbc rpart survival littler rpy rpy2 rkward; do +#for i in cluster foreign r-cran-class r-cran-spatial r-cran-nnet kernsmooth mgcv rodbc rpart littler rpy rpy2 rkward; do +for i in lattice rmatrix nlme cluster foreign r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth mgcv rodbc rpart survival littler rpy rpy2 rkward; do ./build -s $i done |