--- clean.sh 2009/11/05 04:55:33 62 +++ clean.sh 2010/04/23 04:20:03 63 @@ -1,5 +1,5 @@ # Author: Johannes Ranke -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 +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