Merge pull request #48 from jimhester/shebang
Get Rscript from the environment rather than hardcoded
This commit is contained in:
commit
5888bdc817
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/Rscript
|
||||
#!/usr/bin/env Rscript
|
||||
|
||||
library(rmarkdown)
|
||||
library(bookdown)
|
||||
library(methods)
|
||||
|
|
Loading…
Reference in New Issue