Re: [ESS] Emacs ESS cannot find R onmacos 10.12.6

2017-09-13 Thread Robert Baskin
Thank you very much. The instructions are very clear and now I have a functional R session within an Emacs buffer: < > if(identical(getOption('pager'), file.path(R.home('bin'), 'pager'))) # > > rather take the ESS one + options(pager='cat') > options(STERM='iESS', str.dendrogram.last="'",

Re: [ESS] Emacs ESS cannot find R onmacos 10.12.6

2017-09-13 Thread Stephen Eglen
hi Robert, try the following steps and do report back 1. On your mac, open terminal and start R from within the terminal. if that works, what does "which R" report? 2. If 1 worked, open Emacs from within this terminal, and then do M-x shell to get a terminal within Emacs. Does "R" work n

[ESS] Emacs ESS cannot find R onmacos 10.12.6

2017-09-12 Thread Robert Baskin
I cannot get Emacs ESS to find R. The error message: "Finding all versions of R on your system... Sorry, no version of R could be found on your system." I can’t find any message on ess-help and the only similar message I can find on SO: