command line arguments to R
Stephen Eglen
stephen at inf.ed.ac.uk
Wed Aug 4 20:11:41 CEST 2004
>
> I made the shell script, and it's in my exec path, but it's not recognized
> as a lisp function, which is what I believe the -f arg to emacs needs.
> Doing the above, I get: "Symbol's function definition is void: R-1.9.1-my"
Ok, something is not working. Do you see "R-1.9.1-my" in the "ESS ->
Start Process -> Other" menu? (Check that R-1.9.1-my is executable
from the command line on its own, i.e. executable bit set).
If you can't do M-x R-1.9.1-my from the command line, it won't work
with the -f switch from the command line. I just tried the following,
which worked:
R-1.9.1q has:
---------
#!/bin/sh
R -q
---------
Stephen
More information about the ESS-help
mailing list