Is there any usable emacs mode for Rscript
?
(Rscript
is the script front-end for the R language.)
If I type this:
#!/usr/bin/Rscript
print(commandArgs(TRUE))
and do indent
in the ESS R-mode it indents the first line like crazy, since it sees it as a comment:
#!/usr/bin/Rscript
print(commandArgs(TRUE))