This file is indexed.

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

export(contains)
export(ends_with)
export(enquo)
export(everything)
export(last_col)
export(matches)
export(num_range)
export(one_of)
export(peek_vars)
export(poke_vars)
export(quo)
export(quo_name)
export(quos)
export(scoped_vars)
export(starts_with)
export(vars_pull)
export(vars_rename)
export(vars_select)
export(vars_select_helpers)
export(with_vars)
import(rlang)
importFrom(Rcpp,cppFunction)
importFrom(glue,glue)
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_if)
importFrom(purrr,map_lgl)
useDynLib(tidyselect, .registration = TRUE)