diff options
-rw-r--r-- | backport_others | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backport_others b/backport_others index 6e92116..5b2b631 100644 --- a/backport_others +++ b/backport_others @@ -51,8 +51,7 @@ export DIST # built first, then nlme and rmatrix, then the rest # Packages to backport to squeeze/wheezy/jessie (without rpy2): -for i in lattice nlme r-cran-coda littler; 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 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 r-cran-littler rpy rkward r-cran-rjags; do ./backport -s $i $DIST |