forked from RyanGan/rnoaa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
171 lines (170 loc) · 4.03 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# Generated by roxygen2: do not edit by hand
S3method(ncdc_plot,default)
S3method(ncdc_plot,ncdc_data)
S3method(print,buoy)
S3method(print,ghcnd)
S3method(print,ghcnd_stations)
S3method(print,isd)
S3method(print,storm_data)
S3method(print,storm_shp)
S3method(type_summ,Date)
S3method(type_summ,POSIXt)
S3method(type_summ,array)
S3method(type_summ,character)
S3method(type_summ,default)
S3method(type_summ,factor)
S3method(type_summ,integer)
S3method(type_summ,logical)
S3method(type_summ,matrix)
S3method(type_summ,numeric)
export(argo)
export(argo_buoy_files)
export(argo_files)
export(argo_plan)
export(argo_qwmo)
export(argo_search)
export(buoy)
export(buoys)
export(coops_search)
export(erddap_clear_cache)
export(erddap_data)
export(erddap_datasets)
export(erddap_grid)
export(erddap_info)
export(erddap_search)
export(erddap_table)
export(ersst)
export(gefs)
export(gefs_dimension_values)
export(gefs_dimensions)
export(gefs_latitudes)
export(gefs_longitudes)
export(gefs_variables)
export(ghcnd)
export(ghcnd_clear_cache)
export(ghcnd_countries)
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_stations)
export(isd_stations_search)
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_leg_data)
export(ncdc_leg_site_info)
export(ncdc_leg_sites)
export(ncdc_leg_variables)
export(ncdc_locs)
export(ncdc_locs_cats)
export(ncdc_plot)
export(ncdc_stations)
export(ncdc_theme)
export(noaa)
export(noaa_combine)
export(noaa_datacats)
export(noaa_datasets)
export(noaa_datatypes)
export(noaa_locs)
export(noaa_locs_cats)
export(noaa_plot)
export(noaa_seaice)
export(noaa_stations)
export(rbind.isd)
export(readshpfile)
export(runShinyApp)
export(seaice)
export(seaiceeurls)
export(storm_data)
export(storm_meta)
export(storm_shp)
export(storm_shp_read)
export(swdi)
export(theme_ice)
export(tornadoes)
export(type_summ)
export(vis_miss)
import(shiny)
importFrom(XML,htmlParse)
importFrom(XML,xmlParse)
importFrom(XML,xmlToList)
importFrom(XML,xmlValue)
importFrom(XML,xpathApply)
importFrom(XML,xpathSApply)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rbind_all)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,tbl_df)
importFrom(ggplot2,aes)
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_datetime)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(gridExtra,grid.arrange)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,http_status)
importFrom(httr,parse_url)
importFrom(httr,stop_for_status)
importFrom(httr,warn_for_status)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,month)
importFrom(lubridate,today)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(methods,is)
importFrom(rappdirs,user_cache_dir)
importFrom(scales,comma)
importFrom(scales,date_breaks)
importFrom(scales,date_format)
importFrom(stats,complete.cases)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(tidyr,gather)
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,untar)
importFrom(utils,unzip)
importFrom(utils,write.csv)