-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
91 lines (90 loc) · 2.43 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by roxygen2: do not edit by hand
S3method("$<-",incidence2)
S3method("[",incidence2)
S3method("[<-",incidence2)
S3method("names<-",incidence2)
S3method(as.data.frame,incidence2)
S3method(as.data.table,incidence2)
S3method(as_incidence,default)
S3method(as_incidence,incidence2)
S3method(as_tibble,incidence2)
S3method(dplyr::dplyr_reconstruct,incidence2)
S3method(get_count_value,default)
S3method(get_count_value,incidence2)
S3method(get_count_value_name,default)
S3method(get_count_value_name,incidence2)
S3method(get_count_variable,default)
S3method(get_count_variable,incidence2)
S3method(get_count_variable_name,default)
S3method(get_count_variable_name,incidence2)
S3method(get_date_index,default)
S3method(get_date_index,incidence2)
S3method(get_date_index_name,default)
S3method(get_date_index_name,incidence2)
S3method(get_group_names,default)
S3method(get_group_names,incidence2)
S3method(get_groups,default)
S3method(get_groups,incidence2)
S3method(mutate,incidence2)
S3method(nest,incidence2)
S3method(plot,incidence2)
S3method(rbind,incidence2)
S3method(split,incidence2)
S3method(summarise,incidence2)
S3method(summary,incidence2)
S3method(tbl_sum,incidence2)
export(as.data.table)
export(as_incidence)
export(as_tibble)
export(bootstrap_incidence)
export(build_incidence)
export(complete_dates)
export(cumulate)
export(estimate_peak)
export(facet_plot)
export(first_peak)
export(get_count_value)
export(get_count_value_name)
export(get_count_variable)
export(get_count_variable_name)
export(get_date_index)
export(get_date_index_name)
export(get_dates)
export(get_dates_name)
export(get_group_names)
export(get_groups)
export(get_interval)
export(get_timespan)
export(incidence)
export(incidence_)
export(keep_first)
export(keep_last)
export(keep_peaks)
export(mutate)
export(muted)
export(nest)
export(new_incidence)
export(regroup)
export(regroup_)
export(select)
export(summarise)
export(unnest)
export(unpack)
export(validate_incidence)
export(vibrant)
import(data.table, except = c(isoweek, year))
import(grates)
importFrom(data.table,as.data.table)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(pillar,tbl_sum)
importFrom(tibble,as_tibble)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(tidyr,unpack)
importFrom(ympes,assert_bool)
importFrom(ympes,assert_scalar_character)
importFrom(ympes,assert_scalar_numeric)
importFrom(ympes,assert_scalar_numeric_not_na)
importFrom(ympes,assert_scalar_whole)