This file is indexed.

/usr/lib/R/site-library/MatchIt/NAMESPACE is in r-cran-matchit 2.4-20-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
import(MASS)
export(matchit,	
       help.matchit,
       match.data, 
       user.prompt) 

S3method(print, matchit)
S3method(print, matchit.exact)
S3method(print, matchit.subclass)
S3method(print, summary.matchit)
S3method(print, summary.matchit.exact)
S3method(print, summary.matchit.subclass)
S3method(plot, matchit)
S3method(plot, summary.matchit)
S3method(plot, matchit.subclass)
S3method(summary, matchit)
S3method(summary, matchit.exact)
S3method(summary, matchit.subclass)
S3method(summary, matchit.full)