-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
71 lines (70 loc) · 1.93 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
# Generated by roxygen2: do not edit by hand
export(check_temperatures)
export(download_temperatures)
export(get_locations)
export(plot_temperatures)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expansion)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(httr,GET)
importFrom(httr,http_error)
importFrom(httr,user_agent)
importFrom(lubridate,day)
importFrom(lubridate,is.Date)
importFrom(lubridate,leap_year)
importFrom(lubridate,month)
importFrom(lubridate,today)
importFrom(lubridate,year)
importFrom(padr,pad)
importFrom(readr,read_csv)
importFrom(readr,read_lines)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rvest,html_attr)
importFrom(rvest,html_element)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(stats,na.omit)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_title)
importFrom(tidyr,replace_na)
importFrom(utils,download.file)
importFrom(utils,unzip)
importFrom(zoo,rollapply)