-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
23 lines (19 loc) · 644 Bytes
/
NAMESPACE
File metadata and controls
23 lines (19 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# The NAMESPACE file is used to explicitly define which functions should be imported into the package’s namespace and
# which functions the package exposes (i.e. exports) to other packages
# see http://docs.renjin.org/en/latest/writing-renjin-extensions.html for details about the syntax
export(Html)
export(html.add)
export(html.addPlot)
export(html.clear)
export(html.new)
export(as.character.Html)
export(html.table)
export(html.imgPlot)
export(html.imgPlotComplex)
export(html.imgFile)
export(html.imgUrl)
export(html.content)
exportClasses(Html)
import(methods)
import('se.alipsa:xmlr')
importClass(se.alipsa.htmlcontent.FileEncoder)