https://github.com/cran/RcppArmadillo
Raw File
Tip revision: d95c6a495cc8d8f90796c8cf7b92f83c38174d71 authored by Romain, Dirk and Doug on 19 May 2010, 08:12:34 UTC
version 0.2.1
Tip revision: d95c6a4
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