This file is indexed.

/usr/lib/R/site-library/MatchIt/NAMESPACE is in r-cran-matchit 3.0.1-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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated by roxygen2: do not edit by hand

S3method(get_matches,matchit)
S3method(plot,matchit)
S3method(plot,matchit.subclass)
S3method(plot,summary.matchit)
S3method(print,matchit)
S3method(print,matchit.exact)
S3method(print,matchit.full)
S3method(print,matchit.subclass)
S3method(print,summary.matchit)
S3method(print,summary.matchit.exact)
S3method(print,summary.matchit.subclass)
S3method(summary,matchit)
S3method(summary,matchit.exact)
S3method(summary,matchit.full)
S3method(summary,matchit.subclass)
export(get_matches)
export(help.matchit)
export(is.matchit)
export(match.data)
export(matchit)
export(user.prompt)
import(MASS)
import(graphics)
import(stats)
import(utils)