https://github.com/cran/RcppArmadillo
Raw File
Tip revision: cffe08841eedd5a7715773ea8e9255d5f8538985 authored by Dirk Eddelbuettel on 13 March 2013, 15:29:54 UTC
version 0.3.800.1
Tip revision: cffe088
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