Rev 77228 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# ${R_HOME}/bin/Stangle -*- sh -*-R_EXE="${R_HOME}/bin/R"R_STANGLE_OPTIONS=${R_STANGLE_OPTIONS:='--vanilla --no-echo'}args=while test -n "${1}"; do## quote each argument here, unquote in R code.args="${args}nextArg${1}"shiftdoneecho "utils:::.Stangle()" | "${R_EXE}" $R_STANGLE_OPTIONS --args ${args}