Skip to content

Commit e957781

Browse files
committed
Removed as_tibble() calls in archive slide fun
1 parent e106882 commit e957781

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/archive.R

-2
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ epi_archive =
675675

676676
x = purrr::map_dfr(ref_time_values, function(t) {
677677
self$as_of(t, min_time_value = t - before_num) %>%
678-
tibble::as_tibble() %>%
679678
dplyr::group_by(!!!group_by) %>%
680679
dplyr::group_modify(comp_one_grp,
681680
f = f, ...,
@@ -703,7 +702,6 @@ epi_archive =
703702

704703
x = purrr::map_dfr(ref_time_values, function(t) {
705704
self$as_of(t, min_time_value = t - before_num) %>%
706-
tibble::as_tibble() %>%
707705
dplyr::group_by(!!!group_by) %>%
708706
dplyr::group_modify(comp_one_grp,
709707
f = f, quo = quo,

0 commit comments

Comments
 (0)