The R Project SVN R

Rev

Rev 27641 | Rev 28991 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
27442 ripley 1
export(.helpForCall, .tryHelp)
2
 
27607 ripley 3
export("?", CRAN.packages, Rprof, apropos, assignInNamespace,
4
       browseEnv, browseURL, bug.report, capture.output, close.socket,
5
       contrib.url, data.entry, dataentry, de, de.ncols, de.restore,
6
       de.setup, debugger, demo, download.file, download.packages,
7
       dump.frames, edit, emacs, example, find, fix, fixInNamespace,
28114 ripley 8
       getAnywhere, getFromNamespace, getS3method, head, help,
9
       help.search, help.start, history, install.packages,
10
       installed.packages, limitedLabels, loadhistory, ls.str,
11
       lsf.str, make.packages.html, make.socket, menu, methods,
12
       newestVersion, object.size, old.packages, package.contents,
13
       package.skeleton, packageStatus, page, pico, prompt,
14
       promptData, read.fwf, read.socket, recover, remove.packages,
15
       savehistory, str, summaryRprof, tail, topicName,
16
       update.packageStatus, update.packages, upgrade, url.show, vi,
17
       vignette, write.socket, wsbrowser, xedit, xemacs)
27607 ripley 18
 
27550 ripley 19
S3method("[", getAnywhere)
20
S3method(edit, data.frame)
21
S3method(edit, default)
22
S3method(edit, matrix)
28114 ripley 23
S3method(head, data.frame)
24
S3method(head, default)
25
S3method(head, "function")
26
S3method(head, matrix)
27550 ripley 27
S3method(print, getAnywhere)
28
S3method(print, hsearch)
29
S3method(print, MethodsFunction)
30
S3method(print, packageStatus)
31
S3method(print, socket)
32
S3method(prompt, data.frame)
33
S3method(prompt, default)
34
S3method(str, data.frame)
27442 ripley 35
S3method(str, default)
27550 ripley 36
S3method(summary, packageStatus)
28114 ripley 37
S3method(tail, data.frame)
38
S3method(tail, default)
39
S3method(tail, "function")
40
S3method(tail, matrix)
27550 ripley 41
S3method(upgrade, packageStatus)
28114 ripley 42
## can't register update.packageStatus as update is in stats
43
## and would create a cycle.
27619 ripley 44
 
28114 ripley 45
export(Rtangle, RtangleSetup, RweaveLatex, RweaveLatexSetup, Stangle,
46
       Sweave, SweaveSyntConv, SweaveSyntaxLatex, SweaveSyntaxNoweb)
27619 ripley 47
## <FIXME>
48
## Needed by Bioconductor's vExplorer(): will no longer be necessary
49
## when Sweave objects are in place
28114 ripley 50
export(RtangleWritedoc, RweaveLatexOptions)
27619 ripley 51
## </FIXME>
52