This file is indexed.

/usr/lib/R/site-library/scales/INDEX is in r-cran-scales 0.2.4-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
Range-class             Mutable ranges.
abs_area                Point area palette (continuous), with area
                        proportional to value.
alpha                   Modify colour transparency. Vectorised in both
                        colour and alpha.
area_pal                Point area palette (continuous).
as.trans                Convert character string to transformer.
asn_trans               Arc-sin square root transformation.
atanh_trans             Arc-tangent transformation.
boxcox_trans            Box-Cox power transformation.
brewer_pal              Color Brewer palette (discrete).
cbreaks                 Compute breaks for continuous scale.
censor                  Censor any values outside of range.
col2hcl                 Modify standard R colour in hcl colour space.
comma_format            Comma formatter: format number with commas
                        separating thousands.
cscale                  Continuous scale.
date_breaks             Regularly spaced dates.
date_format             Formatted dates.
date_trans              Transformation for dates (class Date).
dichromat_pal           Dichromat (colour-blind) palette (discrete).
discard                 Discard any values outside of range.
div_gradient_pal        Diverging colour gradient (continous).
dollar_format           Currency formatter: round to nearest cent and
                        display dollar sign.
dscale                  Discrete scale.
exp_trans               Exponential transformation (inverse of log
                        transformation).
expand_range            Expand a range with a multiplicative or
                        additive constant.
extended_breaks         Extended breaks. Uses Wilkinson's extended
                        breaks algorithm as implemented in the
                        'labeling' package.
format_format           Format with using any arguments to 'format'.
gradient_n_pal          Arbitrary colour gradient palette (continous).
grey_pal                Grey scale palette (discrete).
hue_pal                 Hue palette (discrete).
identity_pal            Identity palette.
identity_trans          Identity transformation (do nothing).
linetype_pal            Line type palette (discrete).
log1p_trans             Log plus one transformation.
log_breaks              Log breaks (integer breaks on log-transformed
                        scales).
log_trans               Log transformation.
manual_pal              Manual palette (manual).
math_format             Add arbitrary expression to a label. The symbol
                        that will be replace by the label value is
                        '.x'.
muted                   Mute standard colour.
package-scales          Generic plot scaling methods
parse_format            Parse a text label to produce expressions for
                        plotmath.
percent_format          Percent formatter: multiply by one hundred and
                        display percent sign.
pretty_breaks           Pretty breaks. Uses default R break algorithm
                        as implemented in 'pretty'.
probability_trans       Probability transformation.
reciprocal_trans        Reciprocal transformation.
rescale                 Rescale numeric vector to have specified
                        minimum and maximum.
rescale_max             Rescale numeric vector to have specified
                        maximum.
rescale_mid             Rescale numeric vector to have specified
                        minimum, midpoint, and maximum.
rescale_none            Don't peform rescaling
rescale_pal             Rescale palette (continuous).
reverse_trans           Reverse transformation.
scientific_format       Scientific formatter.
seq_gradient_pal        Sequential colour gradient palette (continous).
shape_pal               Shape palette (discrete).
show_col                Show colours.
sqrt_trans              Square-root transformation.
squish                  Squish values into range.
squish_infinite         Squish infinite values to range.
time_trans              Transformation for times (class POSIXt).
trans_breaks            Pretty breaks on transformed scale.
trans_format            Format labels after transformation.
trans_new               Create a new transformation object.
trans_range             Compute range of transformed values.
zero_range              Determine if range of vector is close to zero,
                        with a specified tolerance