Skip to content

Commit dc7c1a5

Browse files
committed
Keywords internal stop_preview()
1 parent e4a626a commit dc7c1a5

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

R/preview.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ preview_site <- function(pkg = ".", path = ".", preview = TRUE) {
4444
#' automatically stopped when previewing a new site or ending the R session.
4545
#'
4646
#' @export
47+
#' @keywords internal
4748
stop_preview <- function() {
4849
if (!is.null(the$server)) {
4950
the$server$close()

man/stop_preview.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgdown/_pkgdown.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ reference:
6363
- build_site
6464
- clean_site
6565
- preview_site
66-
- stop_preview
6766
- pkgdown_sitrep
6867

6968
- subtitle: Build part of a site

0 commit comments

Comments
 (0)