This file is indexed.

/usr/lib/R/site-library/biomformat/NAMESPACE is in r-bioc-biomformat 1.6.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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Generated by roxygen2 (4.1.1): do not edit by hand

export(biom)
export(biom_data)
export(biom_shape)
export(header)
export(make_biom)
export(matrix_element_type)
export(observation_metadata)
export(read_biom)
export(read_hdf5_biom)
export(sample_metadata)
export(write_biom)
exportClasses(biom)
exportMethods(colnames)
exportMethods(ncol)
exportMethods(nrow)
exportMethods(rownames)
exportMethods(show)
import(Matrix)
import(methods)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(plyr,alply)
importFrom(plyr,d_ply)
importFrom(plyr,laply)
importFrom(plyr,ldply)
importFrom(plyr,llply)