On Mon, 3 Dec 2007, Johannes Graumann wrote:

> <posted & mailed>
>
> Prof Brian Ripley wrote:
>
>>> Using non-linked HTML file: style sheet and hyperlinks may be incorrect
>>> - which is what happens ... how to switch to "linked HTML file"?
>>
>> It all works via help.start() (as I did say), at least in a reliable R
>> front end.  Running help.start() is how you set this up.
> You are right - naturally. After calling 'help.start()' everything works
> just fine. Is there any way one can call 'help.start()' transparently to
> the user when s/he accesses the html-help?

It is potentially very slow (ca 40 secs on our dept system with 1500 
NFS-mounted packages) in R 2.6.1.  But you could put utils::help.start() 
in ~/.Rprofile.

In R-devel you will be able to have

        utils:::make.packages.html()

in ~/.Rprofile and that takes a few seconds at most.

-- 
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to