-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
19 lines (18 loc) · 830 Bytes
/
NAMESPACE
File metadata and controls
19 lines (18 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export(ddg.function, ddg.procedure, ddg.start, ddg.finish, ddg.ret.value, ddg.eval)
export(ddg.data, ddg.exception, ddg.url, ddg.file)
export(ddg.data.in, ddg.data.out, ddg.exception.out, ddg.url.out, ddg.file.out, ddg.graphic.out)
export(ddg.init, ddg.annotate.on, ddg.annotate.off)
export(ddg.source)
export(ddg.forloop, ddg.first.loop, ddg.max.loops, ddg.loop.count, ddg.loop.count.inc, ddg.reset.loop.count)
export(ddg.loop.annotate.on, ddg.loop.annotate.off)
export(ddg.details.omitted, ddg.should.run.annotated)
export(ddg.set.inside.loop, ddg.not.inside.loop)
export(prov.capture, prov.json)
importFrom(gtools, defmacro)
importFrom(XML, saveXML)
importFrom(knitr, purl)
importFrom(stringr, str_trim)
importFrom(devtools, session_info)
importFrom(methods, setMethod)
importFrom(methods, setClass)
importFrom(tools, md5sum)