This file is indexed.

/usr/lib/R/site-library/fastmatch/NAMESPACE is in r-cran-fastmatch 1.1-0-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(fastmatch, C_fmatch = fmatch, C_ctapply = ctapply, C_coalesce = coalesce, C_append = append, mk_hash, get_table, get_values)
export(fmatch, fmatch.hash, ctapply, coalesce, "%fin%")
S3method(print, match.hash)