diff options
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 7865382..ea48dfc 100755 --- a/build_others +++ b/build_others @@ -41,6 +41,6 @@ fi # wheezy/jessie/stretch #for i in lattice r-cran-mass survival; do #for i in nlme rmatrix; 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 rkward r-cran-rjags; 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 r-cran-rjags; do ./build -s $i done |