https://github.com/cran/RcppArmadillo
Raw File
Tip revision: b4601d2fafb58ffb08b6d304e85cdb7defbe408a authored by Dirk Eddelbuettel on 13 May 2013, 00:00:00 UTC
version 0.3.820
Tip revision: b4601d2
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 \
       inst/doc/RcppArmadillo-intro.out \
       */*~ *~
rm -rf autom4te.cache
back to top