-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
107 lines (106 loc) · 2.68 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
# Generated by roxygen2: do not edit by hand
export(cache_clear)
export(cache_path)
export(data_connect)
export(downscale)
export(downscale_core)
export(get_bb)
export(input_gcm_hist)
export(input_gcm_ssp)
export(input_gcms)
export(input_obs)
export(input_obs_ts)
export(input_refmap)
export(lapse_rate)
export(list_gcm_hist_years)
export(list_gcm_periods)
export(list_gcm_ssp_years)
export(list_gcms)
export(list_obs_periods)
export(list_obs_years)
export(list_refmaps)
export(list_runs_historic)
export(list_runs_ssp)
export(list_ssps)
export(list_vars)
export(pgGetTerra)
export(plot_bivariate)
export(plot_timeSeries)
export(plot_timeSeries_input)
import(abind)
import(data.table)
import(uuid)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbQuoteIdentifier)
importFrom(RPostgres,Postgres)
importFrom(RPostgres,dbGetQuery)
importFrom(RPostgres,dbQuoteIdentifier)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fifelse)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,getDTthreads)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setDT)
importFrom(data.table,setDTthreads)
importFrom(data.table,setcolorder)
importFrom(data.table,setkey)
importFrom(data.table,setorder)
importFrom(dplyr,collect)
importFrom(dplyr,mutate)
importFrom(dplyr,sql)
importFrom(dplyr,tbl)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,palette)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(pool,dbPool)
importFrom(pool,poolClose)
importFrom(scales,alpha)
importFrom(sf,st_as_sf)
importFrom(sf,st_join)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,smooth.spline)
importFrom(stinepack,stinterp)
importFrom(terra,"crs<-")
importFrom(terra,as.list)
importFrom(terra,as.matrix)
importFrom(terra,as.polygons)
importFrom(terra,compareGeom)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,merge)
importFrom(terra,nlyr)
importFrom(terra,plot)
importFrom(terra,rast)
importFrom(terra,resample)
importFrom(terra,setValues)
importFrom(terra,sources)
importFrom(terra,sprc)
importFrom(terra,unwrap)
importFrom(terra,vect)
importFrom(terra,wrap)
importFrom(terra,writeRaster)
importFrom(terra,xres)
importFrom(terra,yres)
importFrom(tools,R_user_dir)
importFrom(utils,askYesNo)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(uuid,UUIDgenerate)