We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6191b61 commit 6ab73d5Copy full SHA for 6ab73d5
R/slide.R
@@ -797,6 +797,12 @@ epi_slide_opt <- function(
797
epiprocess__f = .f
798
)
799
}
800
+ if (nrow(f_info) > 1L) {
801
+ cli_abort('epiprocess internal error: looking up `.f` in table of possible
802
+ functions yielded multiple matches. Please report it using "New
803
+ issue" at https://github.com/cmu-delphi/epiprocess/issues, using
804
+ reprex::reprex to provide a minimal reproducible example.')
805
+ }
806
f_from_package <- f_info$package
807
808
user_provided_rtvs <- !is.null(.ref_time_values)
0 commit comments