Skip to content

Commit

Permalink
Merge pull request #311 from R4EPI/fix_pkgdown
Browse files Browse the repository at this point in the history
still on pkgdown
  • Loading branch information
aspina7 authored Sep 29, 2022
2 parents 5980cf9 + 3eb1598 commit 75c86a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: sitrep
Title: Report templates and helper functions for applied epidemiology
Version: 0.2.2
Version: 0.2.3
Authors@R:
c(person(given = "Alexander",
family = "Spina",
Expand Down
3 changes: 2 additions & 1 deletion vignettes/Outbreaks_Walkthrough.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ pacman::p_load(
sf, # encode spatial vector data
ggspatial, # plot maps
purrr, # iterate over data
ggrepel # text on maps
ggrepel, # text on maps
DT # interactive tables for this walkthrough
)
```

Expand Down
3 changes: 2 additions & 1 deletion vignettes/Surveys_Walkthrough.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ pacman::p_load(
labelled, # add labels to variables
matchmaker, # recode datasets with dictionaries
lubridate, # working with dates
parsedate # guessing dates
parsedate, # guessing dates
DT # interactive tables for this walkthrough
)
```

Expand Down

0 comments on commit 75c86a7

Please sign in to comment.