inst/Rprofile.d/interactive=TRUE/help.start.R

## Setup built-in HTTP daemon
## Always show the HTML help on the same port
local({
  port <- sum(c(1e4, 100) * as.double(R.version[c("major", "minor")]))
  options(help.ports = port+0:9)
})

## Try to start HTML help server
try(tools::startDynamicHelp(), silent = TRUE)

options(help_type = "html")

Try the startup package in your browser

Any scripts or data that you put into this service are public.

startup documentation built on April 3, 2023, 5:48 p.m.