-
Notifications
You must be signed in to change notification settings - Fork 84
/
NAMESPACE
150 lines (149 loc) · 3.51 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
# Generated by roxygen2: do not edit by hand
S3method(ncdc_plot,default)
S3method(ncdc_plot,ncdc_data)
S3method(print,buoy)
export(arc2)
export(arc2_cache)
export(autoplot_meteo_coverage)
export(bsw)
export(bsw_cache)
export(buoy)
export(buoy_stations)
export(buoys)
export(coops_search)
export(cpc_cache)
export(cpc_prcp)
export(ersst)
export(ersst_cache)
export(gefs)
export(gefs_dimension_values)
export(gefs_dimensions)
export(gefs_ensembles)
export(gefs_latitudes)
export(gefs_longitudes)
export(gefs_times)
export(gefs_variables)
export(ghcnd)
export(ghcnd_cache)
export(ghcnd_countries)
export(ghcnd_read)
export(ghcnd_search)
export(ghcnd_splitvars)
export(ghcnd_states)
export(ghcnd_stations)
export(ghcnd_version)
export(homr)
export(homr_definitions)
export(is.ncdc_data)
export(is.ncdc_datacats)
export(is.ncdc_datasets)
export(is.ncdc_datatypes)
export(is.ncdc_locs)
export(is.ncdc_locs_cats)
export(is.ncdc_stations)
export(isd)
export(isd_cache)
export(isd_read)
export(isd_stations)
export(isd_stations_search)
export(lcd)
export(lcd_cache)
export(lcd_columns)
export(meteo_clear_cache)
export(meteo_coverage)
export(meteo_distance)
export(meteo_nearby_stations)
export(meteo_process_geographic_data)
export(meteo_pull_monitors)
export(meteo_show_cache)
export(meteo_spherical_distance)
export(meteo_tidy_ghcnd)
export(ncdc)
export(ncdc_combine)
export(ncdc_datacats)
export(ncdc_datasets)
export(ncdc_datatypes)
export(ncdc_locs)
export(ncdc_locs_cats)
export(ncdc_plot)
export(ncdc_stations)
export(ncdc_theme)
export(readshpfile)
export(rnoaa_options)
export(se_data)
export(se_files)
export(sea_ice)
export(sea_ice_tabular)
export(seaiceeurls)
export(storm_data)
export(storm_meta)
export(stormevents_cache)
export(swdi)
export(theme_ice)
export(torn_cache)
export(tornadoes)
export(vis_miss)
importFrom(XML,htmlParse)
importFrom(XML,xmlParse)
importFrom(XML,xmlToList)
importFrom(XML,xmlValue)
importFrom(XML,xpathApply)
importFrom(XML,xpathSApply)
importFrom(crul,HttpClient)
importFrom(crul,url_build)
importFrom(crul,url_parse)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_x_datetime)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(gridExtra,grid.arrange)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,month)
importFrom(lubridate,today)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(scales,comma)
importFrom(scales,date_breaks)
importFrom(scales,date_format)
importFrom(tibble,as_tibble)
importFrom(tibble,data_frame)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(tidyselect,vars_select)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,read.fwf)
importFrom(utils,read.table)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(xml2,as_list)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)