This file is indexed.

/usr/lib/R/site-library/glue/NAMESPACE is in r-cran-glue 1.2.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
# Generated by roxygen2: do not edit by hand

S3method(as.character,glue)
S3method(as_glue,character)
S3method(as_glue,default)
S3method(as_glue,glue)
S3method(print,glue)
export(as_glue)
export(backtick)
export(collapse)
export(double_quote)
export(evaluate)
export(glue)
export(glue_data)
export(glue_data_sql)
export(glue_sql)
export(single_quote)
export(trim)
importFrom(methods,setOldClass)
useDynLib(glue,glue_)
useDynLib(glue,trim_)