diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-25 00:05:41 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-25 00:05:41 +0200 |
commit | 7e750f644cbbc9ad35cbdc4f4909b52faede853d (patch) | |
tree | 8cc7a5f584e574432de5730e652ffe535e698ab6 /build_others | |
parent | a6ec2095b8940f9f9ce22f0641e743ce752c5725 (diff) |
Changes for backports of R 4.0.0 to bullseye and buster
Diffstat (limited to 'build_others')
-rwxr-xr-x | build_others | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_others b/build_others index 658bd6a..fdb5dc0 100755 --- a/build_others +++ b/build_others @@ -39,6 +39,6 @@ fi #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 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 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 rpart survival littler rpy2 rkward; do ./build -s $i done |