summaryrefslogtreecommitdiff
path: root/clean.sh
blob: 9a7bf6089da878413794eb7e7a89d8d1a55aed5b (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; do
    rm -rf $i*
done

Contact - Imprint