#! /bin/sh

#echo --------[begin Workaround]--------
# echo R_HOME ${R_HOME}
# ls ${R_HOME}/bin/R
# cat inst/tools/workaround.R
${R_HOME}/bin/R CMD BATCH  inst/tools/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/rxode2parse_md5.R
echo --------[end R/RxODE_md5.R]--------

# echo --------[begin inst/include/rxode2parseVer.h]--------
# cat inst/include/rxode2parseVer.h
# echo --------[end inst/include/rxode2parseVer.h]--------
