https://github.com/cran/RcppArmadillo
Raw File
Tip revision: eca6c8473f842dd6a98358e3f6ad1628c9d6690a authored by Dirk Eddelbuettel on 25 September 2012, 16:29:34 UTC
version 0.3.4.2
Tip revision: eca6c84
cleanup
#!/bin/sh

rm -f  config.log config.status confdefs.h \
       src/*.o src/*.so \
       inst/doc/RcppArmadillo-unitTests.out \
       inst/doc/RcppArmadillo-unitTests.aux \
       inst/doc/RcppArmadillo-unitTests.log \
       */*~ *~
rm -rf autom4te.cache
back to top