https://github.com/cran/RcppArmadillo
Raw File
Tip revision: 8becc3fc7e0d20bd1239cb6dfd83b60479a384f0 authored by Romain, Dirk and Doug on 16 October 2010, 14:46:10 UTC
version 0.2.8
Tip revision: 8becc3f
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