https://github.com/cran/RcppArmadillo
Raw File
Tip revision: 79759b573eeaf1a028072b5252f232683a441817 authored by Romain, Dirk and Doug on 09 June 2010, 14:22:39 UTC
version 0.2.2
Tip revision: 79759b5
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