This file is indexed.

/usr/lib/R/site-library/relimp/NAMESPACE is in r-cran-relimp 1.0-5-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
importFrom("stats", "coef", "model.matrix", "sd", "vcov")
importFrom("utils", "capture.output")

export(showData, pickFrom, relimp, relrelimp, R.to.Tcl, Tcl.to.R)

S3method(print, relimp)