I am using Emacs 24.3.1 on Windows with ESS v13.05 and with autocomplete
. While this pops up completion candidates for me, it doesn't show the help.
Error: could not find function ".help.ESS"^M
Following the advice in this post I tried typing the following in the ESS R process terminal:
.help.ESS <- help
As a result, if I linger on a function like merge
, it will launch the relevant help page in the browser.
It's tedious to have to type this every session. How can I ensure that the .help.ESS
object is defined without my direct intervention?