Skip to content
Prev 199373 / 398503 Next

new help pages in R 2.10.0

On Fri, 6 Nov 2009, Robert Baer wrote:

            
I think you should collect some data rather than guess.
Well, the delays for me are very small.  People are reporting delays 
in starting the browser, especially on Windows.  (I find Chrome starts 
there faster than Firefox or IE8, but I mainly use Firefox on Linux.)

Starting the server is down by tools::startDynamicHelp().  And on my 
MacBook Air:
starting httpd help server ... done
    user  system elapsed
   0.019   0.002   0.021

and in a new session
starting httpd help server ... done
If '/usr/bin/open' is already running, it is *not* restarted, and you
     must switch to its window.
Otherwise, be patient ...
    user  system elapsed
   0.022   0.007   0.035

and the page is up in Firefox faster than I can time.

On my early 2005 vintage Windows XP laptop (slow by today's 
standards):
starting httpd help server ... done
    user  system elapsed
    0.05    0.02    0.25

and
starting httpd help server ... done
    user  system elapsed
    0.05    0.02    0.25

with a web page shown in Firefox 3.5.4 in 3 seconds.  (It does help to 
have run Firefox recently in the Windows session.)


There is no known problem with the speeds of R's components, so if you 
are not seeing comparable times you need to get your system 
investigated.