-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
127 lines (126 loc) · 3.68 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
# Generated by roxygen2: do not edit by hand
export(BarPlot)
export(CleanAmericanStates)
export(CleanCanadaStates)
export(CleanIndianStates)
export(CleanSouthAfricanStates)
export(CollapseLineageToVOCs)
export(CombineSequencedCases)
export(CountsToPrevalence)
export(CovmullerTheme)
export(FilterGISAIDIndia)
export(FitMultinomStatewiseDaily)
export(FitMultinomWeekly)
export(FixDate)
export(FormatGISAIDMetadata)
export(GeocodeAddress)
export(GetIndiaConfirmedCasesCumulative)
export(GetIndiaConfirmedCasesMonthlyLong)
export(GetIndiaConfirmedCasesWeeklyLong)
export(GetIndiaDailyCasesCumulative)
export(GetIndiaDailyData)
export(GetIndiaDeceasedCasesCumulative)
export(GetIndianStates)
export(GetMonthYear)
export(GetVOCs)
export(PlotMullerDailyPrevalence)
export(PlotSequencedPropHeatmap)
export(PlotTotalHeatmap)
export(PlotVariantPrevalenceAnimated)
export(ReadAuspiceInstrument)
export(ReadAuspiceMetadata)
export(ReadGISAIDMetada)
export(SanitizeColumn)
export(StackedBarPlotPrevalence)
export(SummarizeVariantsDatewise)
export(SummarizeVariantsMonthwise)
export(SummarizeVariantsWeekwise)
export(TotalSequencesPerMonthCountrywise)
export(TotalSequencesPerMonthStatewise)
importFrom(RJSONIO,fromJSON)
importFrom(data.table,fread)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(emmeans,emmeans)
importFrom(gganimate,animate)
importFrom(gganimate,gifski_renderer)
importFrom(gganimate,transition_reveal)
importFrom(gganimate,view_follow)
importFrom(ggmap,register_google)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_axis)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_color_identity)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggtext,element_markdown)
importFrom(hrbrthemes,theme_ipsum)
importFrom(lubridate,month)
importFrom(lubridate,week)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(nnet,multinom)
importFrom(patchwork,wrap_plots)
importFrom(readr,read_csv)
importFrom(reshape2,melt)
importFrom(scales,comma)
importFrom(scales,cut_short_scale)
importFrom(scales,label_number)
importFrom(scales,label_percent)
importFrom(splines,ns)
importFrom(stats,as.formula)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stringi,stri_split_fixed)
importFrom(stringr,str_count)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_squish)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(tibble,deframe)
importFrom(tidyr,drop_na)
importFrom(tidyr,spread)
importFrom(tools,file_ext)
importFrom(tsibble,scale_x_yearweek)
importFrom(tsibble,yearmonth)
importFrom(tsibble,yearweek)
importFrom(utils,URLencode)
importFrom(utils,read.csv)
importFrom(utils,untar)
importFrom(zoo,as.yearmon)