An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100108/13861a0a/attachment.pl>
Building static HTML help pages in R 2.10.x on Windows
28 messages · Uwe Ligges, Steve Rowley, Michael Friendly +7 more
Messages 26–28 of 28
I see. Well, I never lacked any of these capabilities... Please understand that people who use R to do their work may have different objectives than the developers - and they form the majority of R users.
Well how about a documentation system that could look back over your history and notice that you've been misspelling a function name or that you've forgotten to load a package, and dynamically recommend a solution? Duncan is just trying to give you some example of what the new system might be used for. It really is fantastically more powerful than the previous static solution, but it will take some time to develop tools to use those capabilities to the fullest. Think of the new help system as a new freeway - you have to put up with a lot of delays during construction, but once it's finished you'll be much better off and you'll wonder how you ever got on beforehand. Hadley
1 day later
Michal Kulich wrote:
This works. Not entirely invisible but not a big deal about that. The R code run within Rterm is options(help_type="html",help.ports=6800) help.start() library(audio) wait(-1)
I tried to run your code with System.sleep(100000) instead of wait(-1) inside Winserv, which is an open-source replacement for srvany (MS). Winserv has a very clean interface and is much more flexible than srvany. http://sw4me.com/wiki/Winserv?v=qw0 The service installs (install) and runs (start), status is "RUNNING", but I could not connect to the port. Dieter
View this message in context: http://n4.nabble.com/Building-static-HTML-help-pages-in-R-2-10-x-on-Windows-tp977326p1010340.html Sent from the R help mailing list archive at Nabble.com.