This repository was archived by the owner on Feb 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
109 lines (108 loc) · 3.02 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
# Generated by roxygen2: do not edit by hand
export(cf_curl_opts)
export(cf_datatype)
export(cf_find_station)
export(cf_last_query)
export(cf_query)
export(cf_save_kml)
export(cf_station)
export(cf_user)
export(windrose)
exportMethods(direction_plot)
exportMethods(plot)
exportMethods(speed_plot)
exportMethods(summary)
importFrom(RColorBrewer,brewer.pal)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,cut_interval)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_alpha_continuous)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_density2d)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_gray)
importFrom(ggplot2,theme_grey)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_linedraw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,ylab)
importFrom(graphics,plot)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,handle_reset)
importFrom(httr,modify_url)
importFrom(httr,stop_for_status)
importFrom(httr,timeout)
importFrom(httr,user_agent)
importFrom(httr,warn_for_status)
importFrom(lubridate,"%--%")
importFrom(lubridate,day)
importFrom(lubridate,dmy)
importFrom(lubridate,dmy_h)
importFrom(lubridate,dseconds)
importFrom(lubridate,floor_date)
importFrom(lubridate,force_tz)
importFrom(lubridate,hour)
importFrom(lubridate,is.POSIXt)
importFrom(lubridate,mdy_h)
importFrom(lubridate,month)
importFrom(lubridate,now)
importFrom(lubridate,with_tz)
importFrom(lubridate,ydm_h)
importFrom(lubridate,year)
importFrom(lubridate,ymd_h)
importFrom(lubridate,ymd_hm)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,isGeneric)
importFrom(methods,missingArg)
importFrom(methods,new)
importFrom(methods,setAs)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,show)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(reshape2,melt)
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(scales,percent_format)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stringr,str_replace)
importFrom(utils,head)
importFrom(utils,menu)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(xml2,read_html)
importFrom(xml2,write_xml)
importFrom(xml2,xml_add_child)
importFrom(xml2,xml_add_sibling)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_new_root)
importFrom(xml2,xml_parent)
importFrom(xml2,xml_root)
importFrom(xml2,xml_text)