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

for i in r-base boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-mass r-cran-nnet r-cran-spatial rmatrix rodbc rpart survival vr littler; do
    rm -rf $i*
done

Contact - Imprint