This file is indexed.

/usr/lib/R/site-library/RSQLite/INDEX is in r-cran-rsqlite 0.11.4-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
25
26
27
28
29
30
31
32
33
34
SQLKeywords-methods     Make R/S-Plus identifiers into legal SQL
                        identifiers
SQLite                  Initialize the SQLite engine for the current R
                        session.
SQLiteConnection-class
                        Class SQLiteConnection
SQLiteDriver-class      Class SQLiteDriver
SQLiteObject-class      Class SQLiteObject
SQLiteResult-class      Class SQLiteResult
dbBuildTableDefinition
                        Build the SQL CREATE TABLE definition as a
                        string
dbCallProc-methods      Call an SQL stored procedure
dbCommit-methods        DBMS Transaction Management
dbConnect-methods       Create a connection object to an SQLite DBMS
dbDataType-methods      Determine the SQL Data Type of an S object
dbDriver-methods        SQLite implementation of the Database Interface
                        (DBI) classes and drivers
dbGetInfo               Database interface meta-data
dbListTables-methods    List items from an SQLite DBMS and from objects
dbObjectId-class        Class dbObjectId
dbReadTable-methods     Convenience functions for Importing/Exporting
                        DBMS tables
dbSendQuery-methods     Execute a SQL statement on a database
                        connection
dbSetDataMappings-methods
                        Set data mappings between SQLite and R/S-Plus
fetch-methods           Fetch records from a previously executed query
isIdCurrent             Check whether an dbObjectId handle object is
                        valid or not
sqliteCopyDatabase      Copy a SQLite database
sqliteInitDriver        Support Functions
sqliteQuickColumn       Return an entire column from a SQLite database
summary-methods         Summarize an SQLite object