https://github.com/cran/RcppArmadillo
Raw File
Tip revision: cc89b696635ae4d2ed0a3a975a477c8cacb88819 authored by Unknown author on 18 February 2011, 00:00:00 UTC
version 0.2.14
Tip revision: cc89b69
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