This file is indexed.

/usr/lib/R/site-library/GO.db/NAMESPACE is in r-bioc-go.db 3.5.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
 4
 5
 6
 7
 8
 9
10
11
12
13
import(methods)
import(AnnotationDbi)

### Only put what is statically exported here. All the AnnObj instances
### created at load time are dynamically exported (refer to R/zzz.R for
### the details).
export(
    GO,
    GO_dbconn,
    GO_dbfile,
    GO_dbschema,
    GO_dbInfo
)