summaryrefslogtreecommitdiff
path: root/clean.sh
blob: 4a3099d6d9acfe7a97c28b7baa5cb6ce42533b1f (plain) (blame)
1
2
3
4
5
6
7
8
# Author: Johannes Ranke <jranke@uni-bremen.de>

for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-coda r-cran-mass r-cran-nnet r-cran-spatial rmatrix rodbc rpart survival littler rpy rpy2 rkward jags r-cran-rjags texinfo; do
    rm -rf $i*
done
rm -rf r-base*
rm -rf tcl*
rm -rf tk*

Contact - Imprint