| Line 23... |
Line 23... |
| 23 |
loopback interface (\code{127.0.0.1}). If \code{options("help.ports")}
|
23 |
loopback interface (\code{127.0.0.1}). If \code{options("help.ports")}
|
| 24 |
is set to a vector of integer values, \code{startDynamicHelp} will try
|
24 |
is set to a vector of integer values, \code{startDynamicHelp} will try
|
| 25 |
those ports in order; otherwise, it tries up to 10 random ports to
|
25 |
those ports in order; otherwise, it tries up to 10 random ports to
|
| 26 |
find one not in use. It can be disabled by setting the environment
|
26 |
find one not in use. It can be disabled by setting the environment
|
| 27 |
variable \env{R_DISABLE_HTTPD} to a non-empty value.
|
27 |
variable \env{R_DISABLE_HTTPD} to a non-empty value.
|
| 28 |
|
28 |
|
| 29 |
\code{startDynamicHelp} is called by functions that need to use the
|
29 |
\code{startDynamicHelp} is called by functions that need to use the
|
| 30 |
server, so would rarely be called directly by a user.
|
30 |
server, so would rarely be called directly by a user.
|
| 31 |
|
31 |
|
| 32 |
Note that \code{options(help_type = "html")} must be set to actually
|
32 |
Note that \code{options(help_type = "html")} must be set to actually
|
| 33 |
make use of HTML help, although it might be the default for an \R
|
33 |
make use of HTML help, although it might be the default for an \R
|
| Line 47... |
Line 47... |
| 47 |
if the server has been stopped).
|
47 |
if the server has been stopped).
|
| 48 |
}
|
48 |
}
|
| 49 |
\seealso{
|
49 |
\seealso{
|
| 50 |
\code{\link{help.start}} and \code{\link{help}(help_type = "html")}
|
50 |
\code{\link{help.start}} and \code{\link{help}(help_type = "html")}
|
| 51 |
will attempt to start the HTTP server if required
|
51 |
will attempt to start the HTTP server if required
|
| 52 |
|
52 |
|
| 53 |
\code{\link{Rd2HTML}} is used to render the package help pages.
|
53 |
\code{\link{Rd2HTML}} is used to render the package help pages.
|
| 54 |
}
|
54 |
}
|
| 55 |
\keyword{ documentation }
|
55 |
\keyword{ documentation }
|