https://github.com/cran/RcppArmadillo
Raw File
Tip revision: c0ed51ceb3fd9c19a083432e4b8bd0c45ed80be9 authored by Unknown author on 17 February 2012, 00:00:00 UTC
version 0.2.35
Tip revision: c0ed51c
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