This file is indexed.

/usr/lib/R/site-library/readr/INDEX is in r-cran-readr 1.1.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
col_skip                Skip a column
cols                    Create column specification
cols_condense           Examine the column specifications for a data
                        frame
count_fields            Count the number of fields in each line of a
                        file
date_names              Create or retrieve date names
format_delim            Convert a data frame to a delimited string
guess_encoding          Guess encoding of file
locale                  Create locales
parse_datetime          Parse date/times
parse_factor            Parse factors
parse_guess             Parse using the "best" type
parse_logical           Parse logicals, integers, and reals
parse_number            Parse numbers, flexibly
problems                Retrieve parsing problems
read_delim              Read a delimited file (including csv & tsv)
                        into a tibble
read_file               Read/write a complete file
read_fwf                Read a fixed width file into a tibble
read_lines              Read/write lines to/from a file
read_log                Read common/combined log file into a tibble
read_table              Read whitespace-separated columns into a tibble
spec_delim              Generate a column specification
type_convert            Re-convert character columns in existing data
                        frame
write_delim             Write a data frame to a delimited file