Parent Directory
|
Revision Log
Small change for backport of R 2.15.0 to squeeze
# Author: Johannes Ranke <jranke@uni-bremen.de>
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
# 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
apt-get --no-install-recommends build-dep $i
apt-get source $i
cd $i-*
dpkg-buildpackage -B
cd ..
done
| Johannes Ranke | ViewVC Help |
| Powered by ViewVC 1.0.1 |