-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
91 lines (90 loc) · 2.26 KB
/
NAMESPACE
File metadata and controls
91 lines (90 loc) · 2.26 KB
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
# Generated by roxygen2: do not edit by hand
export(access_meteo)
export(add_qaqc_flags)
export(download_meteo_hads)
export(download_meteo_lcd)
export(download_meteo_madis)
export(download_meteo_wcc)
export(f_to_c)
export(gather_meta)
export(get_eco_level3)
export(get_eco_level4)
export(get_elev)
export(get_imerg)
export(get_state)
export(in_to_mm)
export(k_to_c)
export(make_tz_table)
export(model_meteo)
export(preprocess_meteo)
export(qc_meteo)
export(qc_var)
export(station_select)
importFrom(climateR,dap)
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,any_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,filter_all)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(geosphere,distHaversine)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(httr,user_agent)
importFrom(humidity,dewpoint)
importFrom(humidity,relhum)
importFrom(humidity,wetbulb)
importFrom(lubridate,date)
importFrom(lubridate,day)
importFrom(lubridate,days)
importFrom(lubridate,hour)
importFrom(lubridate,hours)
importFrom(lubridate,minute)
importFrom(lubridate,month)
importFrom(lubridate,seconds)
importFrom(lubridate,with_tz)
importFrom(lubridate,year)
importFrom(lutz,tz_list)
importFrom(lutz,tz_lookup_coords)
importFrom(pacman,p_load)
importFrom(plyr,ldply)
importFrom(plyr,round_any)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(sf,sf_use_s2)
importFrom(sf,st_as_sf)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_intersection)
importFrom(stats,lm)
importFrom(stats,sd)
importFrom(stringr,str_match)
importFrom(stringr,str_trim)
importFrom(terra,extract)
importFrom(terra,rast)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(utils,adist)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attrs)
importFrom(xml2,xml_find_all)