Is there any emacs mode for Rscript ?
( Rscript is the script interface for R. )
If I type this:
#!/usr/bin/Rscript print(commandArgs(TRUE))
and do indent in ESS R-mode, it discards the first line as crazy since it sees it as a comment:
#!/usr/bin/Rscript print(commandArgs(TRUE))
r emacs ess
Frank
source share