forked from seandavi/sars2pack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
97 lines (96 loc) · 2.56 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
# Generated by roxygen2: do not edit by hand
S3method(estimate_R,data.frame)
S3method(plot,covid_events)
S3method(plot,covid_events)
S3method(plot,easyEG)
S3method(plot2,R0.sR)
S3method(plotfit2,R0.sR)
S3method(print,covid_events)
S3method(trim_between,covid_events)
S3method(trim_from,covid_events)
export(available_datasets)
export(beoutbreakprepared_data)
export(column_summaries)
export(country_metadata)
export(covidtracker_data)
export(cumulative_events_ejhu)
export(cumulative_events_nyt_state)
export(demo_simulation)
export(descartes_mobility_data)
export(easyEG_eucache)
export(enriched_jhu_data)
export(est_R0)
export(estimate_R)
export(eu_data_cache_data)
export(eu_data_cache_datasets)
export(form_incident_events)
export(get_series)
export(government_policy_timeline)
export(healthdata_projections_data)
export(hi_R0)
export(integer_to_fips)
export(jhu_data)
export(jhu_data_to_excel)
export(jhu_us_data)
export(kff_icu_beds)
export(low_R0)
export(make_cumulative_events)
export(nytimes_county_data)
export(nytimes_state_data)
export(plot2)
export(plot_epicurve)
export(plot_projection)
export(plot_series)
export(plotfit2)
export(trim_between)
export(trim_from)
export(trim_leading_values)
export(us_county_geo_details)
export(us_healthcare_capacity)
export(usa_facts_data)
import(R0)
import(magrittr)
importFrom(BiocFileCache,BiocFileCache)
importFrom(BiocFileCache,bfcadd)
importFrom(BiocFileCache,bfcdownload)
importFrom(BiocFileCache,bfcneedsupdate)
importFrom(BiocFileCache,bfcquery)
importFrom(BiocFileCache,bfcrpath)
importFrom(BiocFileCache,bfcupdate)
importFrom(countrycode,countrycode)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by_)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_date)
importFrom(lubridate,mdy)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(openxlsx,write.xlsx)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(readxl,read_xlsx)
importFrom(sf,st_as_sf)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(utils,unzip)
importFrom(yaml,yaml.load_file)