https://github.com/cran/RcppArmadillo
Raw File
Tip revision: 3eea19c44dc6c26cf6bc197846f24977d8e61039 authored by Romain, Dirk and Doug on 18 May 2010, 19:51:19 UTC
version 0.2.0
Tip revision: 3eea19c
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