-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
46 lines (45 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export(.cleanup)
export(.gc)
export(binstr)
export(detachPackage)
export(dl.data)
export(fastMask)
export(fastRasterize)
export(geometric.mean)
export(getOGR)
export(get_deps)
export(guesstimate)
export(harmonic.mean)
export(inRange)
export(loadObjects)
export(loadPackages)
export(rmObjects)
export(rndstr)
export(saveObjects)
export(source_github)
export(sysmem)
importFrom(base64enc,base64decode)
importFrom(digest,digest)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(plyr,mapvalues)
importFrom(raster,brick)
importFrom(raster,crop)
importFrom(raster,extract)
importFrom(raster,filename)
importFrom(raster,getValues)
importFrom(raster,nlayers)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(rgdal,readOGR)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,memory.limit)
importFrom(utils,read.table)
importFrom(utils,write.table)