From 787c2d33333c77fa24aedada9f433eb5d61324ef Mon Sep 17 00:00:00 2001 From: ranke Date: Sat, 31 Mar 2012 13:54:47 +0000 Subject: Small change for backport of R 2.15.0 to squeeze git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@78 f247ebf9-aa24-0410-a698-f940e971ad2b --- build_others.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_others.sh b/build_others.sh index 0b67494..2d4e4f1 100644 --- a/build_others.sh +++ b/build_others.sh @@ -3,9 +3,9 @@ apt-get update # lenny -for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler; do +#for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler; do # squeeze -#for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler rpy rkward r-cran-rjags; do +for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler rpy rkward r-cran-rjags; do apt-get --no-install-recommends build-dep $i apt-get source $i cd $i-* -- cgit v1.2.1