-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
68 lines (67 loc) · 1.67 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
# Generated by roxygen2: do not edit by hand
export(calc_add_risk)
export(calc_vax_carryforward)
export(calc_window_incidence)
export(calc_window_pct_change)
export(get_combined_table)
export(get_country_coords)
export(get_covid_df)
export(get_gdeltnews)
export(get_hospdata)
export(get_onetable)
export(get_preferred_testpos7)
export(get_preferred_tests14)
export(get_testing)
export(get_testing_long)
export(get_vax)
export(get_vax_by_type)
export(get_vax_dates)
export(get_vax_manufacturers)
export(map_burden)
export(map_template)
export(map_trend)
export(map_vaccinations)
export(plot_epicurve)
export(plot_epicurve_dailydouble)
export(plot_epicurve_epidouble)
export(plot_epicurve_ind)
export(plot_riskmatrix)
export(plot_vaxcoverage)
export(plot_vaxcoverage_pop)
export(plot_vaxcurve)
export(table_10incidence)
export(table_10mostcases)
export(table_10percentchange)
export(table_10vaccinations)
export(table_countriesofconcern)
import(dplyr)
import(flextable)
import(ggplot2)
import(ggrepel)
import(gt)
import(lubridate)
import(officer)
import(passport)
import(rvest)
import(scales)
import(sf)
import(stringr)
import(xml2)
import(zoo)
importFrom(RcppRoll,roll_mean)
importFrom(RcppRoll,roll_sum)
importFrom(bit64,is.integer64)
importFrom(cachem,cache_mem)
importFrom(data.table,fread)
importFrom(lubridate,days)
importFrom(lubridate,dmy)
importFrom(lubridate,floor_date)
importFrom(lubridate,weeks)
importFrom(magrittr,`%>%`)
importFrom(memoise,memoise)
importFrom(openxlsx,read.xlsx)
importFrom(patchwork,inset_element)
importFrom(purrr,set_names)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(tibble,rownames_to_column)