-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
99 lines (98 loc) · 2.43 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
# Generated by roxygen2: do not edit by hand
S3method(plot,ghcn_annual)
S3method(plot,ghcn_anomaly)
S3method(plot,ghcn_daily)
S3method(plot,ghcn_monthly)
S3method(plot,ghcn_quarterly)
export(.add_variables)
export(.api_error)
export(.check_flags)
export(.drop_flags)
export(.extract_flag)
export(.flags)
export(.max)
export(.mean)
export(.min)
export(.missing_variables)
export(.s3_annual)
export(.s3_anomaly)
export(.s3_daily)
export(.s3_monthly)
export(.s3_quarterly)
export(.sum)
export(annual)
export(annual_coverage)
export(anomaly)
export(as_daily)
export(coverage)
export(daily)
export(download_inventory)
export(elevation_stations)
export(filter_stations)
export(get_countries)
export(get_country)
export(monthly)
export(monthly_coverage)
export(period_coverage)
export(quarterly)
export(remove_flagged)
export(stations)
importFrom(curl,has_internet)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct_all)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tally)
importFrom(dplyr,ungroup)
importFrom(grDevices,hcl.colors)
importFrom(graphics,axis)
importFrom(graphics,axis.Date)
importFrom(graphics,barplot)
importFrom(graphics,grid)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(httr2,last_response)
importFrom(httr2,req_perform)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_status)
importFrom(httr2,resp_status_desc)
importFrom(readr,fwf_positions)
importFrom(readr,read_fwf)
importFrom(readr,read_table)
importFrom(rlang,.data)
importFrom(stats,interaction.plot)
importFrom(stats,loess)
importFrom(terra,crs)
importFrom(terra,geom)
importFrom(terra,mask)
importFrom(terra,relate)
importFrom(terra,vect)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(tidyselect,where)
importFrom(utils,download.file)