Merge pull request #48 from jimhester/shebang

Get Rscript from the environment rather than hardcoded
This commit is contained in:
Hadley Wickham 2016-02-17 06:10:25 +11:00
commit 5888bdc817
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/Rscript
#!/usr/bin/env Rscript
library(rmarkdown)
library(bookdown)
library(methods)