[ESS] Error: could not find function ".help.ESS"
Berwin A Turlach
berwin at maths.uwa.edu.au
Wed Aug 11 02:49:34 CEST 2010
G'day Worik,
On Wed, 11 Aug 2010 09:58:26 +1200
Worik <worik.stanton at gmail.com> wrote:
> I am getting the above error message (in the subject field of this
> email) when I try to use help in an R session in emacs.
>
> I am running ubuntu 10.04, Emacs 23.1.1 and R version 2.10.1
Looks as if I have pretty much the same setting and I run into that
error too, regularly.
If you look closely at the ESS buffer after starting ESS, you will see
after the start up message the following (at least I see this):
R> .help.ESS <- help
R> options(STERM='iESS', editor='emacsclient')
The first line is where, and how, .help.ESS is defined and it resides
in your working space. Some commands, e.g. rm(list=ls(all=TRUE)) will
delete .help.ESS, and it is after running such commands when I
experience the problem. A simple
R> .help.ESS <- help
fixes the problem.
HTH.
Cheers,
Berwin
========================== Full address ============================
Berwin A Turlach Tel.: +61 (8) 6488 3338 (secr)
School of Maths and Stats (M019) +61 (8) 6488 3383 (self)
The University of Western Australia FAX : +61 (8) 6488 1028
35 Stirling Highway
Crawley WA 6009 e-mail: berwin at maths.uwa.edu.au
Australia http://www.maths.uwa.edu.au/~berwin
More information about the ESS-help
mailing list