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