This file is indexed.

/usr/lib/R/library/KernSmooth/NAMESPACE is in r-cran-kernsmooth 2.23-13-1.

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

The actual contents of the file can be viewed below.

1
2
3
useDynLib(KernSmooth, .registration = TRUE, .fixes = "F_")
export(bkde, bkde2D, bkfe, dpih, dpik,  dpill, locpoly)
importFrom(stats, dnorm, quantile, var)