diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-04-24 10:56:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-04-24 10:56:23 +0200 |
commit | 7b93b13150331910a2ff0ea01472b12d41062efa (patch) | |
tree | 93600b690689a221c045fc95cdf2263b2c9c6ee9 /build_others | |
parent | 80ef5b6b09a4ceea7cf19b3938858d3619d15150 (diff) |
Changes for backporting R 3.5.0
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 14777eb..86a5657 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 |