This file is indexed.

/usr/lib/R/site-library/snow/NAMESPACE is in r-cran-snow 1:0.4.2-1.1.

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
# Export all names unless they start with a dot
exportPattern("^[^.]")

importFrom("graphics", "abline", "axis", "plot", "rect", "segments")
importFrom("stats", "runif")
importFrom("utils", "flush.console")

S3method(plot, snowTimingData)
S3method(print, snowTimingData)

S3method(closeNode, NWSnode)
S3method(closeNode, SOCKnode)
S3method(closeNode, default)

S3method(recvData, MPInode)
S3method(recvData, NWSnode)
S3method(recvData, SOCKnode)

S3method(recvOneData, MPIcluster)
S3method(recvOneData, NWScluster)
S3method(recvOneData, SOCKcluster)

S3method(sendData, MPInode)
S3method(sendData, NWSnode)
S3method(sendData, SOCKnode)

S3method(stopCluster, MPIcluster)
S3method(stopCluster,NWScluster)
S3method(stopCluster, default)
S3method(stopCluster, spawnedMPIcluster)