diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 13:00:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 13:00:23 +0200 |
commit | d2670e5e4f2edbb46bb5f0e185cf3cb3ee7e0648 (patch) | |
tree | dfa3859aa569e1fa451f3503fb4547534fbaca21 /build_others | |
parent | a14a861210c8a1374d0809f674ccf767088a41ac (diff) |
Reinclude rpy2, trailing whitespace
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 |