Skip to content
Back to formatted view

Raw Message

Message-ID: <4B45A743.4090507@karlin.mff.cuni.cz>
Date: 2010-01-07T09:20:03Z
From: Michal Kulich
Subject: Building static HTML help pages in R 2.10.x on Windows
In-Reply-To: <1262854159207-1008667.post@n4.nabble.com>

On 7.1.2010 9:49, Dieter Menne wrote:
> 
> Thanks for that code. I fully agree that the current help system is a step
> back. For stable bookmarking, my workaround is to put
> 
> options(help.ports=6800)
> 
> into the profile,  so I can created links like
> 
> http://127.0.0.1:6800/library/gmodels/html/estimable.html
> 
> but this still required that I start RGui and the help system once. 
> 
> Dieter

Thanks for this, too. Btw, is there a way to start the dynamic Rhelp server in the background without manually launching RGui? That, combined with Dieter's suggestion, would bring the help system sort of back to its original state. 

I am sorry to say that the new dynamic help is a HUGE nuisance to me. Had to revert back to R 2.9 because of that :-(.

Michal