Skip to content
Prev 26710 / 63424 Next

library path in Rd link

On Thu, 15 Nov 2007, Adrian Dusa wrote:

            
I hope it is actually ../../stats/html/anova.html and the browser is 
interpreting that as a full URL.
But at run time help.start() creates links into a subdirectory of 
tempdir().  As in
Making links in per-session dir ...
If '/home/ripley/bin/firefox' is already running, it is *not*
     restarted, and you must switch to its window.
Otherwise, be patient ...

and without that
Help for 'anova' is shown in browser /home/ripley/bin/firefox ...
Use
         help("anova", htmlhelp = FALSE)
or
         options(htmlhelp = FALSE)
to revert.
Warning message:
In .show_help_on_topic_as_HTML(file, topic) :
   Using non-linked HTML file: style sheet and hyperlinks may be incorrect

and note the last line.

(In case anyone wonders about the browser path: I am running 32-bit 
Firefox on x86_64 Linux.)