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 e106882 commit e957781Copy full SHA for e957781
R/archive.R
@@ -675,7 +675,6 @@ epi_archive =
675
676
x = purrr::map_dfr(ref_time_values, function(t) {
677
self$as_of(t, min_time_value = t - before_num) %>%
678
- tibble::as_tibble() %>%
679
dplyr::group_by(!!!group_by) %>%
680
dplyr::group_modify(comp_one_grp,
681
f = f, ...,
@@ -703,7 +702,6 @@ epi_archive =
703
702
704
705
706
707
708
709
f = f, quo = quo,
0 commit comments