Building static HTML help pages in R 2.10.x on Windows
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.