This file is indexed.

/usr/lib/R/site-library/phylobase/NAMESPACE is in r-cran-phylobase 0.8.4-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Generated by roxygen2: do not edit by hand

export("[")
export("edgeLabels<-")
export("edgeLength<-")
export("labels<-")
export("nodeData<-")
export("nodeLabels<-")
export("rootNode<-")
export("tdata<-")
export("tipData<-")
export("tipLabels<-")
export(MRCA)
export(addData)
export(ancestor)
export(ancestors)
export(checkPhylo4)
export(children)
export(depthTips)
export(descendants)
export(edgeId)
export(edgeLabels)
export(edgeLength)
export(edgeOrder)
export(edges)
export(extractTree)
export(getEdge)
export(getNode)
export(hasDuplicatedLabels)
export(hasEdgeLabels)
export(hasEdgeLength)
export(hasNodeData)
export(hasNodeLabels)
export(hasPoly)
export(hasRetic)
export(hasSingle)
export(hasTipData)
export(internalEdges)
export(isRooted)
export(isUltrametric)
export(nData)
export(nEdges)
export(nNodes)
export(nTips)
export(names)
export(nodeData)
export(nodeDepth)
export(nodeHeight)
export(nodeId)
export(nodeLabels)
export(nodeType)
export(phylo4)
export(phylo4d)
export(phyloXXYY)
export(phylobase.options)
export(phylobubbles)
export(plotOneTree)
export(prune)
export(readNCL)
export(readNewick)
export(readNexus)
export(rootNode)
export(shortestPath)
export(siblings)
export(sumEdgeLength)
export(tdata)
export(terminalEdges)
export(tip.data.plot)
export(tipData)
export(tipLabels)
export(treePlot)
exportClasses(phylo4)
exportClasses(phylo4d)
exportClasses(phylo4vcov)
exportMethods("[")
exportMethods(head)
exportMethods(labels)
exportMethods(names)
exportMethods(plot)
exportMethods(print)
exportMethods(reorder)
exportMethods(show)
exportMethods(subset)
exportMethods(summary)
exportMethods(tail)
import(RNeXML)
import(ape)
import(grid)
import(methods)
import(stats)
importFrom(Rcpp,evalCpp)
importFrom(ade4,newick2phylog)
importFrom(graphics,plot)
importFrom(rncl,rncl)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(phylobase, .registration = TRUE)