This file is indexed.

/usr/lib/R/site-library/irlba/NAMESPACE is in r-cran-irlba 2.1.2-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
# Generated by roxygen2: do not edit by hand

export(irlba)
export(partial_eigen)
export(prcomp_irlba)
import(Matrix)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(stats,prcomp)
importFrom(stats,rnorm)
importFrom(stats,sd)
useDynLib(irlba)