This file is indexed.

/usr/lib/R/site-library/hwriter/NAMESPACE is in r-cran-hwriter 1.3.2-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
7
8
export('hwrite', 'openPage', 'closePage', 'hwriteImage',
       'hmakeTag')

S3method(hwrite, character)
S3method(hwrite, numeric)
S3method(hwrite, matrix)
S3method(hwrite, array)
S3method(hwrite, data.frame)