-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.41 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_country_hit_limit)
export(add_country_label)
export(add_country_row_id)
export(add_covid_change_point)
export(add_days_since_limit)
export(add_instant_reproduction)
export(add_weekly_avg)
export(augment_estimate_repro)
export(country_repro_errors)
export(covid_change_point)
export(covid_ecdc)
export(covid_estimate_repro)
export(covid_high_incidence)
export(covid_highlight_australia_plus)
export(covid_jhu)
export(covid_jhu_clean_names)
export(covid_jhu_filter_countres)
export(covid_jhu_pivot_longer)
export(covid_jhu_read)
export(covid_latest)
export(covid_prepare_estimate_repro)
export(covid_summarise_doubling)
export(diff_days)
export(estimate_repro_all)
export(extract_change_point_mean_var)
export(extract_first_np_change_point)
export(filter_country_over_limit)
export(geom_covid_country_label)
export(gg_covid_cases)
export(gg_covid_cumulative_cases)
export(gg_covid_cumulative_cases_deaths_exceed_limit)
export(gg_covid_cumulative_exceed_limit)
export(gg_covid_incidence_exceed_limit)
export(gg_effective_repro_all)
export(gg_effective_repro_facet)
export(gg_effective_repro_incidence_patchwork)
export(pluck_latest_ecdc)
export(summarise_country_over_limit)
export(summarise_covid_global)
export(tidy_repro_estimate)
export(try_ecdc)
export(when_all_gt)
export(when_all_gte)
export(where_all_gt)
export(where_all_gte)
import(ggplot2)
importFrom(magrittr,"%>%")