https://github.com/cran/RcppArmadillo
Raw File
Tip revision: 79f902a1c8242b3fa0be032261ea2ccbf042e34c authored by Romain, Dirk and Doug on 13 September 2010, 07:13:06 UTC
version 0.2.6
Tip revision: 79f902a
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