Skip to content

Commit

Permalink
corrected vignette titles and links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Raabe committed Feb 19, 2021
1 parent 372da36 commit b6bf9b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you find vistime useful, please consider supporting its development: <a href=
1. [Main functionality](#1-main-functionality)
2. [Installation](#2-installation)
3. [Real-life example](#3-real-life-example)
3. [Usage and documentation](#3-usage-and-documentation)
3. [Usage and documentation](#4-usage-and-documentation)

## 1. Main functionality

Expand Down Expand Up @@ -112,5 +112,5 @@ There is a vignette for each of the three functions of the package where they ar

- `vistime()` for interactive **Plotly** output: [Link to manual](https://CRAN.R-project.org/package=vistime/vignettes/vistime-vignette.html)
- `gg_vistime()` for static **ggplot2** output: [Link to manual](https://CRAN.R-project.org/package=vistime/vignettes/gg_vistime-vignette.html)
- `hc_vistime()` for interactive **Highcharts** output: [Link to manual](https://CRAN.R-project.org/package=vignettes/hc_vistime-vignette.html)
- `hc_vistime()` for interactive **Highcharts** output: [Link to manual](https://CRAN.R-project.org/package=vistime/vignettes/hc_vistime-vignette.html)

4 changes: 2 additions & 2 deletions vignettes/gg_vistime-vignette.Rmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Static timeline plots with `gg_vistime()`"
title: "Static timeline plots with gg_vistime()"
author: "Sandro Raabe"
date: "`r Sys.Date()`"
output:
rmarkdown::html_vignette:
toc: true
vignette: >
%\VignetteIndexEntry{Static timeline plots with `gg_vistime`}
%\VignetteIndexEntry{Static timeline plots with gg_vistime()}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down
4 changes: 2 additions & 2 deletions vignettes/hc_vistime-vignette.Rmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Interactive timeline plots with `hc_vistime()`"
title: "Interactive timeline plots with hc_vistime()"
author: "Sandro Raabe"
date: "`r Sys.Date()`"
output:
rmarkdown::html_vignette:
toc: true
vignette: >
%\VignetteIndexEntry{Interactive timeline plots with `hc_vistime`}
%\VignetteIndexEntry{Interactive timeline plots with hc_vistime()}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down
4 changes: 2 additions & 2 deletions vignettes/vistime-vignette.Rmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Interactive timeline plots with `vistime()`"
title: "Interactive timeline plots with vistime()"
author: "Sandro Raabe"
date: "`r Sys.Date()`"
output:
rmarkdown::html_vignette:
toc: true
vignette: >
%\VignetteIndexEntry{Interactive timeline plots with `vistime()`}
%\VignetteIndexEntry{Interactive timeline plots with vistime()}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down

0 comments on commit b6bf9b7

Please sign in to comment.