Skip to content

Commit 31ff9c7

Browse files
committed
Do not qualify namespace in example, run roxygen
1 parent 2d8f27d commit 31ff9c7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

R/flusight_hub_formatter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ abbr_to_location <- function(abbr) {
6262
#' geo_value %in% c("ca", "ny", "dc", "ga", "vt")
6363
#' ) %>%
6464
#' select(geo_value, time_value, death_rate) %>%
65-
#' left_join(epidatasets::state_census %>% select(pop, abbr), by = c("geo_value" = "abbr")) %>%
65+
#' left_join(state_census %>% select(pop, abbr), by = c("geo_value" = "abbr")) %>%
6666
#' mutate(deaths = pmax(death_rate / 1e5 * pop * 7, 0)) %>%
6767
#' select(-pop, -death_rate) %>%
6868
#' group_by(geo_value) %>%

man/autoplot-epipred.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.

man/step_adjust_latency.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)