diff --git a/R/ggstackplot.R b/R/ggstackplot.R index dca3d64..b576185 100644 --- a/R/ggstackplot.R +++ b/R/ggstackplot.R @@ -43,7 +43,7 @@ #' #' @examplesIf interactive() #' # many more examples available in the vignette -#' vignette("explore", "ggstackplot") +#' vignette("Explore", "ggstackplot") #' #' @export #' @returns `ggstackplot()` returns a ggplot with overlayed plot layers diff --git a/man/ggstackplot.Rd b/man/ggstackplot.Rd index e975966..49f4cb6 100644 --- a/man/ggstackplot.Rd +++ b/man/ggstackplot.Rd @@ -118,6 +118,6 @@ mtcars |> \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} # many more examples available in the vignette -vignette("explore", "ggstackplot") +vignette("Explore", "ggstackplot") \dontshow{\}) # examplesIf} } diff --git a/vignettes/explore.Rmd b/vignettes/explore.Rmd index 77d808e..66b89cb 100644 --- a/vignettes/explore.Rmd +++ b/vignettes/explore.Rmd @@ -1,12 +1,21 @@ --- title: "Explore" -output: rmarkdown::html_vignette +date: "`r Sys.Date()`" +output: + rmarkdown::html_vignette: + html_document: + code_folding: show + number_sections: yes + df_print: paged + toc: yes + toc_depth: 3 + toc_float: yes +editor_options: + chunk_output_type: console vignette: > - %\VignetteIndexEntry{explore} + %\VignetteIndexEntry{Explore} %\VignetteEncoding{UTF-8} %\VignetteEngine{knitr::rmarkdown} -editor_options: - chunk_output_type: console --- ```{r, include = FALSE}