This file is indexed.

/usr/lib/R/site-library/blob/NAMESPACE is in r-cran-blob 1.1.0-3.

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
# Generated by roxygen2: do not edit by hand

S3method("[",blob)
S3method("[<-",blob)
S3method("[[<-",blob)
S3method("is.na<-",blob)
S3method(as.blob,blob)
S3method(as.blob,character)
S3method(as.blob,integer)
S3method(as.blob,list)
S3method(as.blob,raw)
S3method(as.data.frame,blob)
S3method(format,blob)
S3method(is.na,blob)
S3method(is_vector_s3,blob)
S3method(obj_sum,blob)
S3method(print,blob)
S3method(type_sum,blob)
export(as.blob)
export(blob)
export(new_blob)
importFrom(tibble,is_vector_s3)
importFrom(tibble,obj_sum)
importFrom(tibble,type_sum)