Get Rscript from the environment rather than hardcoded

This commit is contained in:
Jim Hester 2016-02-16 14:09:23 -05:00
parent 59f09dd8a9
commit 960c014f81
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)