This file is indexed.

/usr/lib/R/site-library/utf8/NAMESPACE is in r-cran-utf8 1.1.3-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
## Compiled
useDynLib(utf8, .registration = TRUE)

## Exports
export(as_utf8)
export(output_ansi)
export(output_utf8)
export(utf8_encode)
export(utf8_format)
export(utf8_normalize)
export(utf8_print)
export(utf8_valid)
export(utf8_width)