-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
154 lines (153 loc) · 4.34 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Generated by roxygen2: do not edit by hand
S3method(estimate_R,data.frame)
S3method(plot2,R0.sR)
S3method(plotfit2,R0.sR)
export(acaps_government_measures_data)
export(acaps_secondary_impact_data)
export(add_incidence_column)
export(align_to_baseline)
export(apple_mobility_data)
export(available_datasets)
export(beoutbreakprepared_data)
export(bulk_estimate_Rt)
export(cci_us_vaccine_data)
export(cdc_aggregated_projections)
export(cdc_excess_deaths)
export(cdc_social_vulnerability_index)
export(cdc_us_linelist_data)
export(column_summaries)
export(combined_us_cases_data)
export(coronadatascraper_data)
export(coronanet_government_response_data)
export(country_metadata)
export(county_to_state_fips)
export(cov_glue_lineage_data)
export(cov_glue_newick_data)
export(cov_glue_snp_lineage)
export(covidtracker_data)
export(dataset_details)
export(datasets_to_sql)
export(demo_simulation)
export(descartes_mobility_data)
export(ecdc_data)
export(econ_tracker_city_geo)
export(econ_tracker_consumer_spending_city_data)
export(econ_tracker_consumer_spending_county_data)
export(econ_tracker_consumer_spending_national_data)
export(econ_tracker_consumer_spending_state_data)
export(econ_tracker_county_geo)
export(econ_tracker_employment_city_data)
export(econ_tracker_employment_county_data)
export(econ_tracker_employment_national_data)
export(econ_tracker_employment_state_data)
export(econ_tracker_unemp_city_data)
export(econ_tracker_unemp_county_data)
export(econ_tracker_unemp_national_data)
export(econ_tracker_unemp_state_data)
export(economist_excess_deaths)
export(enriched_jhu_data)
export(estimate_R)
export(estimate_Rt)
export(financial_times_excess_deaths)
export(get_series)
export(google_mobility_data)
export(google_search_trends_data)
export(government_policy_timeline)
export(growth_rate_ratio)
export(integer_to_fips)
export(jhu_data)
export(jhu_data_to_excel)
export(jhu_us_data)
export(kff_icu_beds)
export(ls_github)
export(make_cumulative_events)
export(nytimes_county_data)
export(nytimes_state_data)
export(oecd_unemployment_data)
export(owid_data)
export(param_estimates_published)
export(plot2)
export(plot_epicurve)
export(plot_series)
export(plotfit2)
export(test_and_trace_data)
export(trim_leading_values)
export(us_county_geo_details)
export(us_county_health_rankings)
export(us_healthcare_capacity)
export(us_hospital_details)
export(us_population_details)
export(us_state_distancing_policy)
export(usa_facts_data)
export(who_cases)
export(world_population_data)
import(R0)
import(data.table)
importFrom(BiocFileCache,BiocFileCache)
importFrom(BiocFileCache,bfcadd)
importFrom(BiocFileCache,bfcdownload)
importFrom(BiocFileCache,bfcneedsupdate)
importFrom(BiocFileCache,bfcquery)
importFrom(BiocFileCache,bfcrpath)
importFrom(BiocFileCache,bfcupdate)
importFrom(EpiEstim,estimate_R)
importFrom(EpiEstim,make_config)
importFrom(R0,estimate.R)
importFrom(RSelenium,rsDriver)
importFrom(ape,read.tree)
importFrom(countrycode,countrycode)
importFrom(data.table,fread)
importFrom(dplyr,"%>%")
importFrom(dplyr,`%>%`)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,vars)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_date)
importFrom(lubridate,dmy)
importFrom(lubridate,mdy)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(openxlsx,write.xlsx)
importFrom(purrr,map)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(readxl,read_xlsx)
importFrom(rlang,.data)
importFrom(rlang,`!!`)
importFrom(rlang,enquo)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(sf,st_as_sf)
importFrom(tibble,as_tibble)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(wdman,phantomjs)
importFrom(yaml,as.yaml)
importFrom(yaml,yaml.load_file)