| 22 |
apt-get update |
apt-get update |
| 23 |
pbuilder update |
pbuilder update |
| 24 |
|
|
| 25 |
#for i in rkward; do |
for i in r-cran-rjags; do |
| 26 |
for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass rmatrix rodbc rpart survival littler rpy rkward; do |
#for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass rmatrix rodbc rpart survival littler rpy rkward; do |
| 27 |
apt-get source $i |
apt-get source $i |
| 28 |
cd $i-* |
cd $i-* |
| 29 |
version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~$DIST"cran".$Rversion |
version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~$DIST"cran".$Rversion |