Skip to content

Instantly share code, notes, and snippets.

View nelsonauner's full-sized avatar
🔬

Nelson Auner nelsonauner

🔬
View GitHub Profile
#!/bin/bash
# knit.sh -- Dave Kleinschmidt, April 2013
# streamline knitting of Rnw files from the command line.
usage="Usage: $0 input-filename.Rnw [-nolatex] [-notangle]"
if [ $# -lt 1 ]; then
echo $usage
exit 1
fi