[ESS] "Cannot open load file" "essl-bugs" / Renamed version of R
Stephen Eglen
S.J.Eglen at damtp.cam.ac.uk
Thu Oct 19 11:01:10 CEST 2006
> For the startup problem, add the following line, correctly
> expanded for your system, to your .emacs file
>
>
> (setq-default inferior-R-program-name "/correct/path/Rinteractive")
> ;; unix systems
Rich, Neil, I'm not sure you need setq-default, since this is a
regular customizable variable. try:
(setq inferior-R-program-name "/correct/path/Rinteractive")
in .emacs
Stephen
More information about the ESS-help
mailing list