#!/bin/sh

# Don't delete configure. It's not reproduced by R CMD install. It's generated by autoconf.
# When configure.ac is updated, manually run autoconf and update configure script.
rm -f config.log
rm -f config.status
rm -f -R autom4te.cache

rm -f .RData .Rhistory
rm -f R/.RData R/.Rhistory
rm -f man/.RData man/.Rhistory
rm -f examples/.RData examples/.Rhistory

rm -f src/*.o
rm -f src/*.so
rm -f src/symbols.rds

rm -f src/Makevars

# Generate RcppExports.cpp/.R
sh exec/compileAttr.sh
