-
Notifications
You must be signed in to change notification settings - Fork 25
/
NAMESPACE
98 lines (97 loc) · 2.46 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
# Generated by roxygen2: do not edit by hand
export(BioClim)
export(Buffer.pts)
export(CDownloadS)
export(Check.File)
export(CovariateSetup)
export(Ext.Check)
export(Handle.Spatial)
export(Kriging)
export(Make.SpatialPoints)
export(Make.UTC)
export(Meta.DOI)
export(Meta.List)
export(Meta.QuickFacts)
export(Meta.Read)
export(Meta.Variables)
export(Plot.BioClim)
export(Plot.Covariates)
export(Plot.Kriged)
export(Plot.SpatRast)
export(download_DEM)
export(download_ERA)
export(krigR)
importFrom(automap,autoKrige)
importFrom(cowplot,plot_grid)
importFrom(doSNOW,registerDoSNOW)
importFrom(ecmwfr,wf_delete)
importFrom(ecmwfr,wf_get_key)
importFrom(ecmwfr,wf_request)
importFrom(ecmwfr,wf_set_key)
importFrom(ecmwfr,wf_transfer)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,authenticate)
importFrom(httr,progress)
importFrom(httr,write_disk)
importFrom(lubridate,date)
importFrom(lubridate,days_in_month)
importFrom(lubridate,year)
importFrom(methods,getClass)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncatt_put)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pbapply,pblapply)
importFrom(progress,progress_bar)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_coordinates)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_union)
importFrom(stringr,str_c)
importFrom(stringr,str_pad)
importFrom(terra,aggregate)
importFrom(terra,app)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,mask)
importFrom(terra,mean)
importFrom(terra,metags)
importFrom(terra,nlyr)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,resample)
importFrom(terra,sources)
importFrom(terra,subset)
importFrom(terra,tapp)
importFrom(terra,time)
importFrom(terra,units)
importFrom(terra,values)
importFrom(terra,varnames)
importFrom(terra,writeCDF)
importFrom(terra,writeRaster)
importFrom(tidyr,gather)
importFrom(tools,file_path_sans_ext)
importFrom(viridis,cividis)
importFrom(viridis,inferno)
importFrom(viridis,mako)
importFrom(viridis,viridis)