Skip to content

Commit 6ddb930

Browse files
committed
fix: column names check suppression
1 parent 6b34781 commit 6ddb930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/epieval-package.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#' @importFrom purrr transpose map map2_vec
55
#' @keywords internal
66
"_PACKAGE"
7+
globalVariables(c("ahead", "id", "parent_id", "all_of", "last_col", "time_value", "geo_value", "target_end_date", "forecast_date", "quantile", ".pred_distn", "quantiles", "quantile_levels", "signal", ".dstn", "values", ".", "forecasters","forecaster", "trainer", "forecast_date", ".pred", "n_distinct", "target_date", "value"))
78
.onLoad <- function(libname, pkgname) {
89
epidatr::set_cache(
910
cache_dir = ".exploration_cache",

0 commit comments

Comments
 (0)