Skip to content

problem accessing help files

3 messages · Ivailo, Basil Iannone

#
On Wed, Sep 19, 2012 at 2:39 AM, Basil Iannone <bianno2 at uic.edu> wrote:
Hi, Basil!

I would suggest you to report this issue either on the more general
*R-help* list or on the *R-devel* list where developers could help you
out.

As you have provided not much details about your problem with
accessing the help files I could speculate that you might have missed
to install the HTML help files. To fix this you could try uninstalling
and installing R again making sure that HTML help is checked during
the installation process. Alternatively, you could set R to display
help files in the pager by commenting (i.e. putting an # before)
`options(help_type="html")` and uncommenting (i.e. removing the #) the
line `# options(help_type="text")`) in
[r_install_dir]\etc\Rprofile.site (note that under Win XP
`r_install_dir` would perhaps be `C:\Program Files\R\R-2.15.1`). If
you still don't get the help displayed in the pager you have some
problem with the installation and you need to consider re-installing
R.

Cheers,
Ivailo