Skip to content

links in html documentation

5 messages · Sébastien Bihorel, Tyler Smith, Dirk Eddelbuettel

#
Hi,

Having r-doc-html unstable package installed (as well as most r-cran-*
packages), I cannot navigate around some links after doing help.start().
For example navigating into -> Packages -> stats4 yields an error "The
file or folder /tmp/Rtmpquh6Pg/.R/library/stats4/html/00Index.html does
not exist".  Is anyone else having this problem?


Cheers,
#
On Thu, Nov 23, 2006 at 01:20:08PM -0600, Sebastian P. Luque wrote:
I get the same thing. I've never used this feature before, so I hadn't
noticed until now.

Tyler
#
On Fri, Nov 24, 2006 at 08:51:28AM -0600, Dirk Eddelbuettel wrote:
Well that's an easy answer. No, I don't have r-base-html, and now that
you mention it, I recall deliberately not installing it since I never
use it!

Cheers,

Tyler
#
On 24 November 2006 at 09:10, Tyler Smith wrote:
| On Thu, Nov 23, 2006 at 01:20:08PM -0600, Sebastian P. Luque wrote:
| > For example navigating into -> Packages -> stats4 yields an error "The
| > file or folder /tmp/Rtmpquh6Pg/.R/library/stats4/html/00Index.html does
| > not exist".  Is anyone else having this problem?
| > 
| 
| I get the same thing. I've never used this feature before, so I hadn't
| noticed until now.

Hm, this works for me.  

Do you have 'r-base-html' installed ? The stats4 package is part of the core
R package set, but its html documentation gets stripped off into this large
(6.9 mb) extra package as I reckon that not everybody really uses it.

Dirk
#
On Fri, 24 Nov 2006 10:13:10 -0400,
Tyler Smith <tyler.smith at mail.mcgill.ca> wrote:

            
I didn't have it installed neither, so that was the problem.  I actually
do use html help regularly.  A bit like searching the toolbox.


Thanks,