-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
156 lines (155 loc) · 3.98 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
# Generated by roxygen2: do not edit by hand
S3method(format,ca_apireq)
S3method(format,ca_db_info)
S3method(plot,ca_apireq)
S3method(print,ca_apireq)
S3method(print,ca_db_info)
export("%>%")
export(bbox_resize)
export(ca_aoipreset_geom)
export(ca_apicalls)
export(ca_apireq)
export(ca_biggeom_blocks)
export(ca_catalog_fetch)
export(ca_catalog_rs)
export(ca_catalog_search)
export(ca_cvar)
export(ca_dates)
export(ca_db_indices)
export(ca_db_info)
export(ca_db_read)
export(ca_example_apireq)
export(ca_gcm)
export(ca_getcache)
export(ca_getrst_stars)
export(ca_getvals_db)
export(ca_getvals_tbl)
export(ca_livneh)
export(ca_loc_aoipreset)
export(ca_loc_pt)
export(ca_loc_sf)
export(ca_locagrid_geom)
export(ca_options)
export(ca_period)
export(ca_preflight)
export(ca_read_db)
export(ca_read_stars)
export(ca_scenario)
export(ca_settings)
export(ca_slug)
export(ca_stars_6d)
export(ca_stars_index)
export(ca_stars_mosaic)
export(ca_stars_read)
export(ca_years)
if (getRversion() >= "4.0.0") {importFrom(tools, R_user_dir) } else {importFrom(backports, R_user_dir)}
import(crayon)
importFrom(DBI,dbConnect)
importFrom(DBI,dbCreateTable)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbIsValid)
importFrom(DBI,dbListFields)
importFrom(DBI,dbListTables)
importFrom(DBI,dbReadTable)
importFrom(DBI,dbWriteTable)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbBegin)
importFrom(RSQLite,dbCommit)
importFrom(crayon,bold)
importFrom(crayon,cyan)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(curl,has_internet)
importFrom(dbplyr,sql_render)
importFrom(digest,digest)
importFrom(digest,digest2int)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,sql)
importFrom(dplyr,sym)
importFrom(dplyr,tbl)
importFrom(fastmatch,`%fin%`)
importFrom(geojsonsf,sf_geojson)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,accept)
importFrom(httr,accept_json)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,modify_url)
importFrom(httr,progress)
importFrom(httr,stop_for_status)
importFrom(httr,upload_file)
importFrom(httr,user_agent)
importFrom(httr,warn_for_status)
importFrom(httr,write_disk)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract2)
importFrom(magrittr,is_greater_than)
importFrom(purrr,attr_getter)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,pluck)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_crs)
importFrom(sf,st_disjoint)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersects)
importFrom(sf,st_point)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_simplify)
importFrom(sf,st_transform)
importFrom(sf,st_within)
importFrom(sf,st_write)
importFrom(shiny,Progress)
importFrom(stars,"st_dimensions<-")
importFrom(stars,read_stars)
importFrom(stars,st_dimensions)
importFrom(stars,st_mosaic)
importFrom(stars,st_redimension)
importFrom(stars,st_set_dimensions)
importFrom(stars,write_stars)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tmap,tm_basemap)
importFrom(tmap,tm_borders)
importFrom(tmap,tm_polygons)
importFrom(tmap,tm_shape)
importFrom(tmap,tm_symbols)
importFrom(tmap,tm_view)
importFrom(units,set_units)
importFrom(utils,URLencode)
importFrom(utils,download.file)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)
importFrom(zip,zip_list)