This file is indexed.

/usr/lib/R/site-library/ecodist/NAMESPACE is in r-cran-ecodist 2.0.1-1build1.

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
## Functions
export(bcdist, distance, fixdmat)
export(mantel, mgroup, mgram, pmgram, MRM)
export(cor2m, corgen, crosstab, full, lower)
export(pco, nmds, nmds.min, min.nmds, vf, addord)
export(plot.vf, plot.mgram, plot.nmds, residuals.mgram)
export(xdistance, xmantel, xmgram)
## import for S3
import(stats, graphics)
## S3 methods
S3method(min, nmds)
S3method(plot, nmds)
S3method(plot, vf)
S3method(plot, mgram)
S3method(residuals, mgram)
## Compiled code
useDynLib(ecodist, .registration = TRUE)