The R Project SVN R

Rev

Rev 89867 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
60657 ripley 1
# Refer to all C routines by their name prefixed by C_
2
useDynLib(utils, .registration = TRUE, .fixes = "C_")
3
 
84159 deepayan 4
export("?", .AtNames, .DollarNames, .S3methods, .romans, Rprof, Rprofmem,
80051 ripley 5
       RShowDoc, RSiteSearch, URLdecode, URLencode, View, adist,
6
       alarm, apropos, aregexec, argsAnywhere, asDateBuilt, askYesNo,
70386 ripley 7
       assignInMyNamespace, assignInNamespace, as.roman, as.person,
90241 hornik 8
       as.personList, as.relistable,
9
       aspell,
10
       aspell_filter_db,
11
       aspell_package_C_files,
12
       aspell_package_R_files,
13
       aspell_package_Rd_files,
70386 ripley 14
       aspell_package_vignettes,
90241 hornik 15
       aspell_write_personal_dictionary_file,
16
       available.packages,
89620 deepayan 17
       bitstring, browseEnv, browseURL, browseVignettes, bug.report,
80051 ripley 18
       capture.output, changedFiles, charClass, checkCRAN,
86728 maechler 19
       .checkHT,
80051 ripley 20
       chooseBioCmirror, chooseCRANmirror, citation, cite, citeNatbib,
21
       citEntry, citHeader, citFooter, close.socket, combn,
22
       compareVersion, contrib.url, count.fields, create.post, data,
23
       data.entry, dataentry, de, de.ncols, de.restore, de.setup,
24
       debugger, debugcall, demo, download.file, download.packages,
25
       dump.frames, edit, emacs, example, file_test, file.edit,
84159 deepayan 26
       fileSnapshot, find, findCRANmirror, findMatches, fix, fixInNamespace, findLineNum,
80051 ripley 27
       flush.console, formatOL, formatUL, getAnywhere, getCRANmirrors,
28
       getFromNamespace, getParseData, getParseText, getS3method,
29
       getSrcDirectory, getSrcFilename, getSrcLocation, getSrcref,
30
       glob2rx, globalVariables, hasName, head, head.matrix, help,
31
       help.request, help.search, help.start, history,
32
       install.packages, installed.packages, is.relistable,
33
       isS3method, isS3stdGeneric, limitedLabels, loadhistory,
34
       localeToCharset, ls.str, lsf.str, maintainer,
35
       make.packages.html, make.socket, memory.limit, memory.size,
36
       menu, methods, mirror2html, modifyList, new.packages, news,
37
       object.size, old.packages, osVersion, package.skeleton,
38
       packageDate, packageDescription, packageName, packageVersion,
39
       packageStatus, page, person, personList, pico, process.events,
40
       prompt, promptData, promptImport, promptPackage, rc.getOption,
41
       rc.options, rc.settings, rc.status, readCitationFile, read.DIF,
42
       read.csv, read.csv2, read.delim, read.delim2, read.fwf,
43
       read.fortran, read.socket, read.table, recover, relist,
44
       remove.packages, removeSource, rtags, savehistory, select.list,
45
       sessionInfo, setBreakpoint, setRepositories, stack, str,
46
       strcapture, strOptions, summaryRprof, suppressForeignCheck,
47
       tail, tail.matrix, tar, timestamp, toBibtex, toLatex,
48
       type.convert, undebugcall, unstack, untar, unzip, ## update.packageStatus,
49
       update.packages, upgrade, url.show, vi, vignette, warnErrList,
50
       write.csv, write.csv2, write.socket, write.table, xedit,
51
       xemacs, zip)
27607 ripley 52
 
45034 ripley 53
export(txtProgressBar, getTxtProgressBar, setTxtProgressBar)
41740 maechler 54
 
67722 hornik 55
export("hsearch_db", "hsearch_db_concepts", "hsearch_db_keywords")
56
 
27550 ripley 57
S3method("[", getAnywhere)
75079 hornik 58
S3method("[", "news_db")
39546 hornik 59
S3method("[", roman)
70372 maechler 60
S3method(Ops, roman)
76254 maechler 61
S3method(Summary, roman)
30006 leisch 62
S3method(as.character, person)
39546 hornik 63
S3method(as.character, roman)
30006 leisch 64
S3method(as.person, default)
65
S3method(as.personList, default)
66
S3method(as.personList, person)
89620 deepayan 67
S3method(bitstring, default)
68
S3method(bitstring, raw)
69
S3method(bitstring, integer)
70
S3method(bitstring, numeric)
45034 ripley 71
S3method(close, txtProgressBar)
27550 ripley 72
S3method(edit, data.frame)
73
S3method(edit, default)
74
S3method(edit, matrix)
32054 leisch 75
S3method(edit, vignette)
77517 maechler 76
S3method(format, MethodsFunction)
89620 deepayan 77
S3method(format, bitstring)
67569 hornik 78
S3method(format, "aspell")
85513 hornik 79
S3method(format, "aspell_inspect_context")
61691 hornik 80
S3method(format, "news_db")
63670 ripley 81
S3method(format, "object_size")
53087 hornik 82
S3method(format, "roman")
70279 maechler 83
S3method(getRcode, vignette)
77484 maechler 84
S3method(head, array)
85
S3method(head, data.frame, head.array)
28114 ripley 86
S3method(head, default)
87
S3method(head, "function")
88
S3method(head, matrix)
38910 maechler 89
S3method(head, ftable)
77462 maechler 90
# S3method(head, table)
48894 hornik 91
S3method(print, "aspell")
52730 hornik 92
S3method(print, "aspell_inspect_context")
31014 leisch 93
S3method(print, Bibtex)
89620 deepayan 94
S3method(print, bitstring)
63888 murdoch 95
S3method(print, changedFiles)
96
S3method(print, fileSnapshot)
49644 murdoch 97
S3method(print, findLineNumResult)
27550 ripley 98
S3method(print, getAnywhere)
67722 hornik 99
S3method(print, "help_files_with_topic")
27550 ripley 100
S3method(print, hsearch)
67722 hornik 101
S3method(print, "hsearch_db")
31014 leisch 102
S3method(print, Latex)
30836 maechler 103
S3method(print, "ls_str")
27550 ripley 104
S3method(print, MethodsFunction)
48892 hornik 105
S3method(print, "news_db")
47207 ripley 106
S3method(print, "object_size")
30674 ripley 107
S3method(print, packageDescription)
30486 ripley 108
S3method(print, packageIQR)
27550 ripley 109
S3method(print, packageStatus)
39546 hornik 110
S3method(print, roman)
30929 leisch 111
S3method(print, sessionInfo)
27550 ripley 112
S3method(print, socket)
51954 ripley 113
S3method(print, summary.packageStatus)
32054 leisch 114
S3method(print, vignette)
43739 deepayan 115
S3method(print, browseVignettes)
27550 ripley 116
S3method(prompt, data.frame)
117
S3method(prompt, default)
41740 maechler 118
S3method(relist, default)
119
S3method(relist, factor)
120
S3method(relist, list)
121
S3method(relist, matrix)
70371 maechler 122
S3method(rep, roman)
39199 ripley 123
S3method(stack, data.frame)
124
S3method(stack, default)
39200 ripley 125
S3method(str, POSIXt)
53920 ripley 126
S3method(str, Date)
27550 ripley 127
S3method(str, data.frame)
27442 ripley 128
S3method(str, default)
75079 hornik 129
S3method(subset, "news_db")
49736 hornik 130
S3method(summary, aspell)
27550 ripley 131
S3method(summary, packageStatus)
77462 maechler 132
S3method(tail, array)
77484 maechler 133
S3method(tail, data.frame, tail.array)
28114 ripley 134
S3method(tail, default)
135
S3method(tail, "function")
136
S3method(tail, matrix)
38910 maechler 137
S3method(tail, ftable)
77484 maechler 138
S3method(tail, table, tail.array)
31014 leisch 139
S3method(toBibtex, person)
140
S3method(toLatex, sessionInfo)
73028 lawrence 141
S3method(type.convert, default)
142
S3method(type.convert, list)
143
S3method(type.convert, data.frame)
41740 maechler 144
S3method(unlist, relistable)
39199 ripley 145
S3method(unstack, data.frame)
146
S3method(unstack, default)
27550 ripley 147
S3method(upgrade, packageStatus)
74115 hornik 148
## Cannot register update.packageStatus as update is in stats and would
149
## create a cycle, i.e., can NOT use anything from stats.
150
## Hence (at least for now) register in stats.
27619 ripley 151
 
52241 hornik 152
export("bibentry")
153
S3method("$", "bibentry")
154
S3method("$", "person")
155
S3method("$<-", "bibentry")
81665 hornik 156
S3method("$<-", "citation")
52241 hornik 157
S3method("$<-", "person")
158
S3method("[", "bibentry")
159
S3method("[", "person")
86960 hornik 160
S3method("[<-", "bibentry")
86923 hornik 161
S3method("[<-", "person")
52241 hornik 162
S3method("[[", "bibentry")
163
S3method("[[", "person")
86960 hornik 164
S3method("[[<-", "bibentry")
86923 hornik 165
S3method("[[<-", "person")
83837 hornik 166
S3method("as.data.frame", "bibentry")
86708 hornik 167
S3method("as.data.frame", "citation")
83837 hornik 168
S3method("as.data.frame", "person")
52241 hornik 169
S3method("c", "bibentry")
170
S3method("c", "person")
53087 hornik 171
S3method("format", "bibentry")
72478 maechler 172
S3method("format", "citation")
52241 hornik 173
S3method("format", "person")
174
S3method("print", "bibentry")
53087 hornik 175
S3method("print", "citation")
52241 hornik 176
S3method("print", "person")
61114 hornik 177
S3method("rep", "bibentry")
86973 hornik 178
S3method("rep", "person")
59579 murdoch 179
S3method("sort", "bibentry")
52241 hornik 180
S3method("toBibtex", "bibentry")
83844 hornik 181
S3method("transform", "bibentry")
61114 hornik 182
S3method("unique", "bibentry")
86973 hornik 183
S3method("unique", "person")
52241 hornik 184
 
49983 deepayan 185
S3method(.DollarNames, default)
186
S3method(.DollarNames, list)
187
S3method(.DollarNames, environment)
84159 deepayan 188
S3method(.AtNames, default)
49983 deepayan 189
 
28114 ripley 190
export(Rtangle, RtangleSetup, RweaveLatex, RweaveLatexSetup, Stangle,
29136 leisch 191
       Sweave, SweaveSyntConv, SweaveSyntaxLatex, SweaveSyntaxNoweb,
62218 ripley 192
       RtangleWritedoc, RweaveChunkPrefix, RweaveEvalWithOpt,
193
       RweaveTryStop, SweaveHooks, RweaveLatexWritedoc,
89867 hornik 194
       RweaveLatexOptions, RtangleOptions, RweaveLatexFinish, RtangleFinish,
71830 maechler 195
       .RtangleCodeLabel,
89867 hornik 196
       makeRweaveLatexCodeRunner, RtangleRuncode,
197
       SweaveGetSourceName)
29738 ripley 198
 
29947 ripley 199
if(tools:::.OStype() == "unix") {
29738 ripley 200
export(nsl)
201
}
202
 
29947 ripley 203
if(tools:::.OStype() == "windows") {
49491 ripley 204
export(DLL.version, Filters, choose.dir, choose.files, getClipboardFormats,
49479 murdoch 205
       getIdentification, getWindowsHandle, getWindowsHandles, getWindowTitle,
54068 ripley 206
       loadRconsole, readClipboard,
44403 ripley 207
       readRegistry, setStatusBar, setWindowTitle, shortPathName,
208
       win.version, winDialog, winDialogString, winMenuAdd,
209
       winMenuAddItem, winMenuDel, winMenuDelItem, winMenuNames,
70386 ripley 210
       winMenuItems, writeClipboard,
48853 murdoch 211
       winProgressBar, getWinProgressBar, setWinProgressBar,
70386 ripley 212
       setInternet2, zip.unpack, ## defunct stub
213
       arrangeWindows)
45005 ripley 214
S3method(close, winProgressBar)
29738 ripley 215
}
81217 luke 216
 
217
export(hashtab, gethash, sethash, remhash, numhash, typhash,
218
       maphash, clrhash, is.hashtab)
219
 
220
S3method(print, hashtab)
221
S3method(format, hashtab)
222
S3method("[[", hashtab)
223
S3method("[[<-", hashtab)
81233 luke 224
S3method(length, hashtab)
81232 luke 225
S3method(as.environment, hashtab)
81246 maechler 226
S3method(str, hashtab)
89659 hornik 227
 
228
S3method(Ops, R_version_string_with_specials)