Skip to content

Commit 632c8d9

Browse files
committed
Address CHECK lints
1 parent 9cf5229 commit 632c8d9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

R/epiprocess-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ utils::globalVariables(c(
2727
"fitted", ".response", "geo_value", "time_value",
2828
"value", ".real", "lag", "max_value", "min_value",
2929
"median_value", "spread", "rel_spread", "time_to",
30-
"time_near_latest", "n_revisions"
30+
"time_near_latest", "n_revisions", "min_lag", "max_lag"
3131
))

R/slide.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,10 @@ epi_slide_opt <- function(
980980
#' ungroup()
981981
#' covid_case_death_rates_extended %>%
982982
#' group_by(geo_value) %>%
983-
#' epi_slide_mean(c(case_rate, death_rate), .window_size = 7, .suffix = "_{.n}{.time_unit_abbr}_avg") %>%
983+
#' epi_slide_mean(c(case_rate, death_rate),
984+
#' .window_size = 7,
985+
#' .suffix = "_{.n}{.time_unit_abbr}_avg"
986+
#' ) %>%
984987
#' ungroup()
985988
epi_slide_mean <- function(
986989
.x, .col_names, ...,

man/epi_slide_opt.Rd

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

0 commit comments

Comments
 (0)