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