Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vignette title and improve vignette & logo detection #32

Merged
merged 4 commits into from Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -14,7 +14,7 @@ knitr::opts_chunk$set(
```


# *linelist*: Tagging and Validating Epidemiological Data <img src="man/figures/linelist_hex.png" align="right" width="120" />
# *linelist*: Tagging and Validating Epidemiological Data <img src="man/figures/logo.png" align="right" width="120" />

<!-- badges: start -->

Expand Down
8 changes: 4 additions & 4 deletions README.md
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# *linelist*: Tagging and Validating Epidemiological Data <img src="man/figures/linelist_hex.png" align="right" width="120" />
# *linelist*: Tagging and Validating Epidemiological Data <img src="man/figures/logo.png" align="right" width="120" />

<!-- badges: start -->

Expand Down Expand Up @@ -80,7 +80,7 @@ p_load(dplyr)
#> also installing the dependencies 'ellipsis', 'purrr', 'generics', 'tidyselect'
#>
#> The downloaded binary packages are in
#> /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpPI9gSu/downloaded_packages
#> /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//Rtmphl9NS5/downloaded_packages
#>
#> dplyr installed
p_load(magrittr)
Expand All @@ -89,7 +89,7 @@ p_load(outbreaks)
#> (as 'lib' is unspecified)
#>
#> The downloaded binary packages are in
#> /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpPI9gSu/downloaded_packages
#> /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//Rtmphl9NS5/downloaded_packages
#>
#> outbreaks installed
p_load(incidence2)
Expand All @@ -98,7 +98,7 @@ p_load(incidence2)
#> also installing the dependencies 'tzdb', 'cpp11', 'data.table', 'grates', 'clock'
#>
#> The downloaded binary packages are in
#> /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpPI9gSu/downloaded_packages
#> /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//Rtmphl9NS5/downloaded_packages
#>
#> incidence2 installed
p_load(linelist)
Expand Down
File renamed without changes
File renamed without changes
Expand Up @@ -2,7 +2,7 @@
title: "An introduction to linelist"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{linelist_introduction}
%\VignetteIndexEntry{An introduction to linelist}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down