@@ -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)
@@ -85,38 +86,36 @@ importFrom(dplyr,ungroup)
8586importFrom(lubridate,days)
8687importFrom(lubridate,weeks)
8788importFrom(magrittr,"%>%")
89+ importFrom(purrr,map_lgl)
8890importFrom(rlang,"!!!")
8991importFrom(rlang,"!!")
9092importFrom(rlang,.data)
9193importFrom(rlang,.env)
9294importFrom(rlang,arg_match)
93- importFrom(rlang,call2)
9495importFrom(rlang,caller_arg)
9596importFrom(rlang,caller_env)
9697importFrom(rlang,check_dots_empty0)
9798importFrom(rlang,enquo)
9899importFrom(rlang,enquos)
99- importFrom(rlang,env)
100- importFrom(rlang,eval_tidy)
101100importFrom(rlang,f_env)
102101importFrom(rlang,f_rhs)
102+ importFrom(rlang,global_env)
103103importFrom(rlang,is_environment)
104104importFrom(rlang,is_formula)
105105importFrom(rlang,is_function)
106+ importFrom(rlang,is_missing)
106107importFrom(rlang,is_quosure)
107108importFrom(rlang,is_string)
108109importFrom(rlang,missing_arg)
109110importFrom(rlang,new_function)
110- importFrom(rlang,pairlist2)
111- importFrom(rlang,quo_get_env)
112- importFrom(rlang,quo_get_expr)
113111importFrom(rlang,quo_is_missing)
114- importFrom(rlang,quo_set_env)
115112importFrom(rlang,sym)
116113importFrom(rlang,syms)
117114importFrom(stats,cor)
118115importFrom(stats,median)
116+ importFrom(tibble,as_tibble)
119117importFrom(tidyr,unnest)
120118importFrom(tidyselect,eval_select)
121119importFrom(tidyselect,starts_with)
122120importFrom(tsibble,as_tsibble)
121+ importFrom(utils,tail)
0 commit comments