It sounds like you need to tell ESS where R sits. There are two options. a. Add the directory where R sits to your PATH. b. Add a line like the following to your .emacs (setq-default inferior-R-program-name "/correct/path/to/R") ; unix systems