This file is indexed.

/usr/lib/R/library/rpart/NAMESPACE is in r-cran-rpart 4.1-5-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
useDynLib(rpart, .registration = TRUE, .fixes = "C_")

export(meanvar, na.rpart, path.rpart, plotcp, post, printcp, prune,
       prune.rpart, rpart, rpart.control, rsq.rpart, snip.rpart, xpred.rpart)
export(rpart.exp)  # needed for one of the tests

importFrom(grDevices, dev.cur, dev.off)
importFrom(graphics, plot, text)
importFrom(stats, model.frame, predict, residuals)

S3method(labels, rpart)
S3method(meanvar, rpart)
S3method(model.frame, rpart)
S3method(plot, rpart)
S3method(post, rpart)
S3method(predict, rpart)
S3method(print, rpart)
S3method(prune, rpart)
S3method(residuals, rpart)
S3method(summary, rpart)
S3method(text, rpart)