This file is indexed.

/usr/lib/R/site-library/RMySQL/INDEX is in r-cran-rmysql 0.9-3-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
37
38
39
40
41
42
43
44
45
46
47
48
49
MySQL                   Instantiate a MySQL client from the current R
                        session
MySQLConnection-class   Class MySQLConnection
MySQLDriver-class       Class MySQLDriver
MySQLObject-class       Class MySQLObject
MySQLResult-class       Class MySQLResult
RMySQL-package          R interface to the MySQL database
SQLKeywords-methods     Make R/S-Plus identifiers into legal SQL
                        identifiers
dbApply                 Apply R functions to remote groups of DBMS rows
                        (experimental)
dbApply-methods         Apply R/S-Plus functions to remote groups of
                        DBMS rows (experimental)
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 MySQL DBMS
dbDataType-methods      Determine the SQL Data Type of an S object
dbDriver-methods        MySQL implementation of the Database Interface
                        (DBI) classes and drivers
dbEscapeStrings         Escape SQL-special characters in strings
dbEscapeStrings-methods
                        Escape a Character Vector According to SQL
                        rules
dbGetInfo               Database interface meta-data
dbListTables-methods    List items from an MySQL DBMS and from objects
dbNextResult            Fetch next result set from an SQL script or
                        stored procedure (experimental)
dbNextResult-methods    Fetch Next Result Set from Multiple Statements
                        or Stored Procedures
dbObjectId-class        Class dbObjectId
dbReadTable-methods     Convenience functions for Importing/Exporting
                        DBMS tables
dbSendQuery-methods     Execute a statement on a given database
                        connection
dbSetDataMappings-methods
                        Set data mappings between MySQL and R/S-Plus
fetch-methods           Fetch records from a previously executed query
isIdCurrent             Check whether a database handle object is valid
                        or not
mysqlClientLibraryVersions
                        MySQL Check for Compiled Versus Loaded Client
                        Library Versions
mysqlDBApply            Apply R/S-Plus functions to remote groups of
                        DBMS rows (experimental)
mysqlInitDriver         Support Functions
summary-methods         Summarize an MySQL object