Rev 40234 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#! /bin/sh R_EXE="${R_HOME}/bin/R" echo "library(\"utils\"); Sweave(\"$1\")" | \ "${R_EXE}" --no-save --no-restore --quiet
#! /bin/sh
R_EXE="${R_HOME}/bin/R"
echo "library(\"utils\"); Sweave(\"$1\")" | \
"${R_EXE}" --no-save --no-restore --quiet