This file is indexed.

/usr/lib/R/site-library/cellranger/NAMESPACE is in r-cran-cellranger 1.1.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Generated by roxygen2: do not edit by hand

S3method("[",cell_addr)
S3method("[[",cell_addr)
S3method(addr_col,cell_addr)
S3method(addr_row,cell_addr)
S3method(as.cell_addr,character)
S3method(as.cell_addr,ra_ref)
S3method(as.cell_addr_v,character)
S3method(as.cell_addr_v,list)
S3method(as.cell_limits,"NULL")
S3method(as.cell_limits,cell_limits)
S3method(as.cell_limits,character)
S3method(as.ra_ref,cell_addr)
S3method(as.ra_ref,character)
S3method(as.ra_ref_v,cell_addr)
S3method(as.ra_ref_v,character)
S3method(dim,cell_limits)
S3method(length,cell_addr)
S3method(print,cell_addr)
S3method(print,cell_limits)
S3method(print,ra_ref)
S3method(to_string,cell_addr)
S3method(to_string,ra_ref)
S3method(to_string_v,cell_addr)
S3method(to_string_v,list)
export(A1_to_R1C1)
export(R1C1_to_A1)
export(addr_col)
export(addr_row)
export(anchored)
export(as.cell_addr)
export(as.cell_addr_v)
export(as.cell_limits)
export(as.ra_ref)
export(as.ra_ref_v)
export(as.range)
export(cell_addr)
export(cell_cols)
export(cell_limits)
export(cell_rows)
export(guess_fo)
export(is_A1)
export(is_R1C1)
export(letter_to_num)
export(num_to_letter)
export(ra_ref)
export(to_string)
export(to_string_v)