Skip to content

Commit 58980f4

Browse files
committed
switch ::: to :: from epiprocess
1 parent f411be6 commit 58980f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils-latency.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ pad_to_end <- function(x, groups, end_date, columns_to_complete = NULL) {
199199
if (is.null(columns_to_complete)) {
200200
columns_to_complete <- setdiff(names(x), key_colnames(x))
201201
}
202-
itval <- epiprocess:::guess_period(c(x$time_value, end_date), "time_value")
202+
itval <- epiprocess::guess_period(c(x$time_value, end_date), "time_value")
203203
# get the time values we need to fill in
204204
completed_time_values <- x %>%
205205
group_by(across(all_of(groups))) %>%

0 commit comments

Comments
 (0)