Skip to content

Commit

Permalink
add more global vars to track dplyr col names
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdefries committed Jun 20, 2024
1 parent ba37298 commit 5695609
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/epiprocess.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
#' @importFrom rlang %||%
#' @name epiprocess
"_PACKAGE"
utils::globalVariables(c(".x", ".group_key", ".ref_time_value"))
utils::globalVariables(c(
".x", ".group_key", ".ref_time_value", "resid",

Check warning on line 16 in R/epiprocess.R

View workflow job for this annotation

GitHub Actions / lint

file=R/epiprocess.R,line=16,col=1,[indentation_linter] Indentation should be 2 spaces but is 1 spaces.

Check warning on line 16 in R/epiprocess.R

View workflow job for this annotation

GitHub Actions / lint

file=R/epiprocess.R,line=16,col=1,[whitespace_linter] Use spaces to indent, not tabs.
"fitted", ".response", "geo_value", "time_value"

Check warning on line 17 in R/epiprocess.R

View workflow job for this annotation

GitHub Actions / lint

file=R/epiprocess.R,line=17,col=1,[whitespace_linter] Use spaces to indent, not tabs.
))

0 comments on commit 5695609

Please sign in to comment.