@@ -6,6 +6,7 @@ S3method(as_epi_df,data.frame)
66S3method(as_epi_df,epi_df)
77S3method(as_epi_df,tbl_df)
88S3method(as_epi_df,tbl_ts)
9+ S3method(as_tibble,epi_df)
910S3method(as_tsibble,epi_df)
1011S3method(dplyr_col_modify,col_modify_recorder_df)
1112S3method(dplyr_col_modify,epi_df)
@@ -17,6 +18,7 @@ S3method(group_by,epi_archive)
1718S3method(group_by,epi_df)
1819S3method(group_by,grouped_epi_archive)
1920S3method(group_by_drop_default,grouped_epi_archive)
21+ S3method(group_modify,epi_df)
2022S3method(groups,grouped_epi_archive)
2123S3method(next_after,Date)
2224S3method(next_after,integer)
@@ -30,7 +32,6 @@ export(archive_cases_dv_subset)
3032export(arrange)
3133export(as_epi_archive)
3234export(as_epi_df)
33- export(as_slide_computation)
3435export(as_tsibble)
3536export(detect_outlr)
3637export(detect_outlr_rm)
@@ -87,38 +88,37 @@ importFrom(dplyr,ungroup)
8788importFrom(lubridate,days)
8889importFrom(lubridate,weeks)
8990importFrom(magrittr,"%>%")
91+ importFrom(purrr,map_lgl)
9092importFrom(rlang,"!!!")
9193importFrom(rlang,"!!")
9294importFrom(rlang,.data)
9395importFrom(rlang,.env)
9496importFrom(rlang,arg_match)
95- importFrom(rlang,call2)
9697importFrom(rlang,caller_arg)
9798importFrom(rlang,caller_env)
9899importFrom(rlang,check_dots_empty0)
99100importFrom(rlang,enquo)
100101importFrom(rlang,enquos)
101102importFrom(rlang,env)
102- importFrom(rlang,eval_tidy)
103103importFrom(rlang,f_env)
104104importFrom(rlang,f_rhs)
105+ importFrom(rlang,global_env)
105106importFrom(rlang,is_environment)
106107importFrom(rlang,is_formula)
107108importFrom(rlang,is_function)
109+ importFrom(rlang,is_missing)
108110importFrom(rlang,is_quosure)
109111importFrom(rlang,is_string)
110112importFrom(rlang,missing_arg)
111113importFrom(rlang,new_function)
112- importFrom(rlang,pairlist2)
113- importFrom(rlang,quo_get_env)
114- importFrom(rlang,quo_get_expr)
115114importFrom(rlang,quo_is_missing)
116- importFrom(rlang,quo_set_env)
117115importFrom(rlang,sym)
118116importFrom(rlang,syms)
119117importFrom(stats,cor)
120118importFrom(stats,median)
119+ importFrom(tibble,as_tibble)
121120importFrom(tidyr,unnest)
122121importFrom(tidyselect,eval_select)
123122importFrom(tidyselect,starts_with)
124123importFrom(tsibble,as_tsibble)
124+ importFrom(utils,tail)
0 commit comments