-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.5 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
# Generated by roxygen2: do not edit by hand
S3method(plot,zoonWorkflow)
S3method(print,zoonCitation)
S3method(print,zoonWorkflow)
S3method(summary,zoonWorkflow)
export(BuildModule)
export(Chain)
export(ChangeWorkflow)
export(CombineRasters)
export(Covariate)
export(ExtractAndCombData)
export(FindExtent)
export(GetMaxEnt)
export(GetModuleList)
export(GetPackage)
export(LoadModule)
export(Model)
export(ModuleArguments)
export(ModuleHelp)
export(Occurrence)
export(Output)
export(Process)
export(Replicate)
export(RerunWorkflow)
export(RunModels)
export(TransformCRS)
export(ZoonCitation)
export(ZoonFigshare)
export(ZoonModel)
export(ZoonModuleParse)
export(ZoonPredict)
export(cbindZoon)
export(subsetColumnsZoon)
export(workflow)
import(RCurl)
import(dismo)
import(methods)
import(randomForest)
import(raster)
import(rgdal)
import(roxygen2)
import(rworldmap)
import(sp)
import(testthat)
importFrom(RCurl,getURL)
importFrom(RCurl,url.exists)
importFrom(grDevices,dev.off)
importFrom(grDevices,grey)
importFrom(grDevices,png)
importFrom(graphics,par)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strwidth)
importFrom(plyr,rbind.fill)
importFrom(raster,drawExtent)
importFrom(rfigshare,fs_new_article)
importFrom(stats,na.omit)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,methods)
importFrom(utils,packageVersion)
importFrom(utils,sessionInfo)