Skip to content

Commit 7666002

Browse files
authored
Merge pull request #39 from KopfLab/sk-dev
update vignette styling
2 parents 8255a0e + 2b3ace9 commit 7666002

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

R/ggstackplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#'
4444
#' @examplesIf interactive()
4545
#' # many more examples available in the vignette
46-
#' vignette("explore", "ggstackplot")
46+
#' vignette("Explore", "ggstackplot")
4747
#'
4848
#' @export
4949
#' @returns `ggstackplot()` returns a ggplot with overlayed plot layers

man/ggstackplot.Rd

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

vignettes/explore.Rmd

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
---
22
title: "Explore"
3-
output: rmarkdown::html_vignette
3+
date: "`r Sys.Date()`"
4+
output:
5+
rmarkdown::html_vignette:
6+
html_document:
7+
code_folding: show
8+
number_sections: yes
9+
df_print: paged
10+
toc: yes
11+
toc_depth: 3
12+
toc_float: yes
13+
editor_options:
14+
chunk_output_type: console
415
vignette: >
5-
%\VignetteIndexEntry{explore}
16+
%\VignetteIndexEntry{Explore}
617
%\VignetteEncoding{UTF-8}
718
%\VignetteEngine{knitr::rmarkdown}
8-
editor_options:
9-
chunk_output_type: console
1019
---
1120

1221
```{r, include = FALSE}

0 commit comments

Comments
 (0)