This file is indexed.

/usr/lib/R/site-library/RProtoBuf/INDEX is in r-cran-rprotobuf 0.4.11-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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.DollarNames.Message    Completion support for protocol buffer messages
                        and descriptors
ArrayInputStream-class
                        Class "ArrayInputStream"
ArrayInputStream-methods
                        Creates an ArrayInputStream
ArrayOutputStream-class
                        Class "ArrayOutputStream"
ArrayOutputStream-methods
                        Creates an ArrayOutputStream
BackUp-methods          Backs up a number of bytes from a stream
ByteCount-methods       The number of bytes read/written since the
                        object was created
ConnectionInputStream-class
                        Class "ConnectionInputStream"
ConnectionInputStream-methods
                        Creates an ConnectionInputStream
ConnectionOutputStream-class
                        Class "ConnectionOutputStream"
ConnectionOutputStream-methods
                        Creates an ConnectionOutputStream
Descriptor-class        Class "Descriptor"
EnumDescriptor-class    Class "EnumDescriptor"
EnumValueDescriptor-class
                        Class "EnumValueDescriptor"
FieldDescriptor-class   Class "FieldDescriptor"
FileDescriptor-class    Class "FileDescriptor"
FileInputStream-class   Class "FileInputStream"
FileInputStream-methods
                        Creates an FileInputStream
FileOutputStream-class
                        Class "FileOutputStream"
FileOutputStream-methods
                        Creates an FileOutputStream
GetErrno-methods        Get the error number for an I/O error
Message-class           Class "Message"
MethodDescriptor-class
                        Class "MethodDescriptor"
Next-methods            Obtains a chunk of data from the stream
P                       Protocol Buffer descriptor importer
RProtoBuf-package       R Interface to the Protocol Buffers API
RpcHTTP-class           Class "RpcHTTP"
ServiceDescriptor-class
                        Class "ServiceDescriptor"
SetCloseOnDelete-methods
                        set the close on delete behavior
Skip-methods            Skips a number of bytes
ZeroCopyInputStream-class
                        Virtual Class "ZeroCopyInputStream"
ZeroCopyOutputStream-class
                        Virtual Class "ZeroCopyOutputStream"
add-methods             add elements of a repeated field of a message
as.list.Message         Grab the protocol buffer message as an R list
asMessage               coerce an object to a protobuf message
bytesize-methods        The number of bytes taken by a message
clear-methods           Clear a field or all fields of the message and
                        set them to their default values
clone-methods           Clone protocol buffer messages
containing_type-methods
                        Gets the message type descriptor that contains
                        a descriptor
descriptor-methods      Get the descriptor of a message
enum_type-methods       Extract an enum type descriptor for a nested
                        type
enum_type_count-methods
                        The number of enum types
fetch-methods           Fetch content of a repeated field
field-methods           Extract a field descriptor
field_count-methods     The number of fields
fileDescriptor-methods
                        gets the file descriptor of an object
has-methods             Indicates if an object has the given field set
invoke-methods          invoke a protobuf rpc method
isInitialized-methods   Indicates if a protocol buffer message is
                        initialized
is_extension-methods    Indicates if a field descriptor is an extension
label-methods           Gets the label of a field
merge,Message,Message-method
                        Merge two messages of the same type
name                    Name or full name of a descriptor
nested_type-methods     Extract a message type descriptor for a nested
                        type
nested_type_count-methods
                        The number of fields
number-methods          Gets the declared tag number of a field
read-methods            Read a protocol buffer message from a
                        connection
readASCII-methods       read a message in ASCII format
readProtoFiles          protocol buffer descriptor importer
serialize_pb            Serialize R object to Protocol Buffer Message.
set-methods             set a subset of values of a repeated field of a
                        message
size-methods            Size of a message field
size<-                  Set the size of a field
swap-methods            swap elements of a repeated field of a message
type-methods            Gets the type or the C++ type of a field
with.Message            with and within methods for protocol buffer
                        messages