diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-09 11:25:11 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-09 11:25:11 +0100 |
commit | 995e65c8ed9d66ed6206c47f01ef2ef503bf790e (patch) | |
tree | 859f8ac1842f131fa29bc00d2906976156393f15 /backport_others | |
parent | 21150dfff02f3bae0dcfacc064e0395240bb31b5 (diff) |
Update R version, source package name for littler
Diffstat (limited to 'backport_others')
-rwxr-xr-x | backport_others | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backport_others b/backport_others index 03b91ca..faf604c 100755 --- a/backport_others +++ b/backport_others @@ -51,7 +51,7 @@ export DIST # built first, then nlme and rmatrix, then the rest # Packages to backport to wheezy/jessie (without rpy2): -for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival r-cran-littler rpy rkward r-cran-rjags; do +for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival littler rpy rkward r-cran-rjags; do ./backport -s $i $DIST |