This file is indexed.

/usr/lib/R/site-library/RSQLite/INDEX is in r-cran-rsqlite 1.0.0-2.

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
SQLiteConnection-class
                        Class SQLiteConnection.
SQLiteDriver-class      Class SQLiteDriver with constructor SQLite.
SQLiteResult-class      Class SQLiteResult
datasetsDb              A sample sqlite database.
dbConnect,SQLiteDriver-method
                        Connect to/disconnect from a SQLite database.
dbDataType,SQLiteConnection-method
                        Determine the SQL Data Type of an R object.
dbExistsTable,SQLiteConnection,character-method
                        Does the table exist?
dbGetInfo               Get metadata about a database object.
dbIsValid               Check whether an SQLite object is valid or not.
dbListFields,SQLiteConnection,character-method
                        List fields in specified table.
dbListTables,SQLiteConnection-method
                        List available SQLite tables.
dbReadTable,SQLiteConnection,character-method
                        Convenience functions for importing/exporting
                        DBMS tables
dbRemoveTable,SQLiteConnection,character-method
                        Remove a table from the database.
dbSendPreparedQuery     Generics for getting and sending prepared
                        queries.
dbUnloadDriver,SQLiteDriver-method
                        Unload SQLite driver.
dbWriteTable,SQLiteConnection,character,data.frame-method
                        Write a local data frame or file to the
                        database.
initExtension           Add useful extension functions.
query                   Execute a SQL statement on a database
                        connection
sqlite-meta             Database interface meta-data.
sqliteCopyDatabase      Copy a SQLite database
sqliteQuickColumn       Return an entire column from a SQLite database
transactions            SQLite transaction management.