-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
48 lines (31 loc) · 1.69 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
import(methods)
importMethodsFrom(graph, acc, adj, edges, inEdges, nodes, subGraph)
importFrom(Biobase, copySubstitute)
importFrom(RBGL, sp.between)
importFrom(tools, write_PACKAGES, package_dependencies)
importFrom(BiocManager, repositories)
importFrom(stats, complete.cases, setNames)
importFrom(utils, download.file, Stangle, available.packages,
capture.output, contrib.url, data, file_test, head,
packageDescription, readCitationFile, untar)
importMethodsFrom(XML, saveXML)
importFrom(XML, xmlNode, xmlOutputDOM, xmlTree, htmlParse, xpathApply, xmlValue)
importFrom(RCurl, getURL)
importFrom(RUnit, checkTrue)
exportClasses("Htmlized",
"PackageDetail", "pdAuthorMaintainerInfo", "pdVignetteInfo",
"pdDownloadInfo", "pdDetailsInfo", "pdDescriptionInfo",
"pdVigsAndDownloads",
"RepositoryDetail", "rdPackageTable",
"BiocView", "bvTitle", "bvPackageTable", "bvSubViews",
"bvParentViews")
exportMethods("coerce", "show", "htmlDoc", "htmlValue", "htmlFilename")
export("writeBiocViews", "getBiocViews", "write_VIEWS", "write_REPOSITORY",
"genReposControlFiles", "extractVignettes", "extractManuals",
"extractCitations", "getCurrentbiocViews",
"extractNEWS", "extractHTMLDocuments", "extractTopLevelFiles",
"writeRepositoryHtml", "writePackageDetailHtml", "getSubTerms",
"getBiocSubViews", "validate_bioc_views", "writeTopLevelView",
"writeHtmlDoc", "write_SYMBOLS", "writeRFilesFromVignettes",
"getPackageNEWS", "printNEWS","recommendBiocViews",
"recommendPackages", "guessPackageType", "dump_concept")