-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
120 lines (119 loc) · 3.22 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
# Generated by roxygen2: do not edit by hand
export(generate_validation_plots)
export(pull_gs_data)
export(read_files)
export(test_agegroup)
export(test_column)
export(test_location)
export(test_origindate)
export(test_quantiles)
export(test_raceethnicity)
export(test_req_value)
export(test_sample)
export(test_scenario)
export(test_target)
export(test_val)
export(validate_submission)
import(data.table)
importFrom(arrow,Field)
importFrom(arrow,int64)
importFrom(arrow,open_dataset)
importFrom(arrow,read_parquet)
importFrom(arrow,schema)
importFrom(covidcast,covidcast_signal)
importFrom(cowplot,draw_label)
importFrom(cowplot,ggdraw)
importFrom(cowplot,plot_grid)
importFrom(data.table,":=")
importFrom(data.table,`.N`)
importFrom(data.table,setDT)
importFrom(data.table,shift)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,collect)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,slice_head)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_viridis_d)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_sqrt)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggpubr,get_legend)
importFrom(glue,glue)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grid,gpar)
importFrom(grid,rectGrob)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(gridExtra,grid.arrange)
importFrom(gridExtra,tableGrob)
importFrom(gridExtra,ttheme_default)
importFrom(gtable,gtable_add_grob)
importFrom(gtable,gtable_add_rows)
importFrom(hubData,create_hub_schema)
importFrom(hubUtils,get_round_ids)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_date)
importFrom(lubridate,epiweek)
importFrom(lubridate,epiyear)
importFrom(lubridate,weeks)
importFrom(lubridate,ymd)
importFrom(purrr,compact)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,list_simplify)
importFrom(purrr,map)
importFrom(scales,comma)
importFrom(scales,percent)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stringr,str_extract)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(tidyselect,all_of)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,unzip)