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

for i in 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 rpy; do
    rm -rf $i*
done

Contact - Imprint