First line of every R script?

I run my current analysis non-interactively on a remote server, so the first line is a shebang:

#!/apps/R/3.2.2/bin/Rscript --vanilla

(It uses a job system, so pointing to the environment doesn't work.)

4 Likes