This file is indexed.

/usr/lib/R/site-library/lazyeval/INDEX is in r-cran-lazyeval 0.2.0-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
as.lazy                 Convert an object to a lazy expression or lazy
                        dots.
as_name                 Coerce an object to a name or call.
ast_                    Display a call (or expression) as a tree.
call_modify             Modify the arguments of a call.
call_new                Create a call by "hand"
expr_label              Find the expression associated with an argument
f_capture               Make a promise explicit by converting into a
                        formula.
f_eval_rhs              Evaluate a formula
f_interp                Interpolate a formula
f_list                  Build a named list from the LHS of formulas
f_new                   Create a formula object by "hand".
f_rhs                   Get/set formula components.
f_text                  Turn RHS of formula into a string/label.
f_unwrap                Unwrap a formula
function_new            Create a function by "hand"
interp                  Interpolate values into an expression.
is_formula              Is object a formula?
is_lang                 Is an object a language object?
lazy_                   Capture expression for later lazy evaluation.
lazy_dots               Capture ... (dots) for later lazy evaluation.
lazy_eval               Evaluate a lazy expression.
make_call               Make a call with 'lazy_dots' as arguments.
missing_arg             Generate a missing argument.