#! /bin/sh

${R_HOME}/bin/R CMD BATCH  inst/tools/r-stripper/stripper.R
rm stripper.Rout

#echo --------[begin Workaround]--------
${R_HOME}/bin/R CMD BATCH  inst/tools/r-stripper/workaround.R
#cat workaround.Rout
rm workaround.Rout
#echo --------[end Workaround]--------

echo --------[begin src/Makevars]--------
cat src/Makevars
echo --------[end src/Makevars]--------

echo --------[begin R/RxODE_md5.R]--------
cat R/RxODE_md5.R
echo --------[end R/RxODE_md5.R]--------
