vign(dir = "vignettes", ...)server_config()vign(daemon = TRUE)), and
your vignette will be rebuilt automatically when you update the source
document. Moreover, because the compilation takes place in the current R
session, you can take advantage of devtools::load_all() (which has a
keyboard shortcut in the RStudio IDE) to reload your package and see the
updated vignette in the web browser.