-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 885 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(StatBinDate)
export(StatDateCount)
export(StatEpicurve)
export(align_and_bin_dates_seasonal)
export(align_dates_seasonal)
export(create_agegroups)
export(expand_counts)
export(geom_epicurve)
export(geom_epigantt)
export(geom_hline_year)
export(geom_vline_year)
export(geometric_mean)
export(scale_x_cases_5er)
export(scale_y_cases_5er)
export(stat_bin_date)
export(stat_date_count)
export(uncount)
import(ISOweek)
import(cli)
import(dplyr)
import(forcats)
import(ggplot2)
import(glue)
import(lubridate)
import(rlang)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_warn)
importFrom(scales,censor)
importFrom(stringr,str_pad)
importFrom(tidyr,uncount)
importFrom(tidyselect,eval_select)
importFrom(tsibble,as_tsibble)
importFrom(tsibble,fill_gaps)
importFrom(utils,tail)