Skip to content

Commit fece100

Browse files
committed
add more global vars to track dplyr col names
1 parent 16f5650 commit fece100

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

R/epiprocess.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@
1212
#' @importFrom rlang %||%
1313
#' @name epiprocess
1414
"_PACKAGE"
15-
utils::globalVariables(c(".x", ".group_key", ".ref_time_value"))
15+
utils::globalVariables(c(
16+
".x", ".group_key", ".ref_time_value", "resid",
17+
"fitted", ".response", "geo_value", "time_value"
18+
))

0 commit comments

Comments
 (0)