https://github.com/cran/RcppArmadillo
Raw File
Tip revision: 1870a886479e5b0e01dcaaa4cb149104522cfc33 authored by Romain Francois, Dirk Eddelbuettel and Doug Bates on 11 March 2011, 07:13:40 UTC
version 0.2.16
Tip revision: 1870a88
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