This file is indexed.

/usr/lib/R/site-library/rot/INDEX is in r-other-rot 1.3-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
35
36
37
38
39
40
41
42
computeLinearModel      Computes a linear model
computeResidualLm       Computes a linear model's residuals
computeTestChiSquaredGeometric
                        Compute the chi squared test for Geometric
                        Distribution.
computeTestChiSquaredPoisson
                        Compute the chi squared test for Poisson
                        Distribution.
computeTestChiSquaredUserDefined
                        Compute the chi squared test for UserDefined
                        Distribution.
computeTestPartialPearson
                        Compute the Partial Pearson Test on 2 data
                        sets.
computeTestPartialRegression
                        Compute the Partial Regression Test on 2 data
                        sets.
computeTestPartialSpearman
                        Compute the Partial Spearman Test on 2 data
                        sets.
computeTestPearson      Compute the Pearson Test on 2 data sets.
computeTestRegression   Compute the Regression Test on 2 data sets.
computeTestSpearman     Compute the Spearman Test on 2 data sets.
computeTestTwoSampleChiSquared
                        Compute the 2-sample chi squared test.
computeTestTwoSamplePearson
                        Compute the 2-sample Pearson test.
computeTestTwoSampleSmirnov
                        Compute the 2-sample Smirnov test.
computeTestTwoSampleSpearman
                        Compute the 2-sample Spearman test.
computeTruncatedNormalPdf
                        Compute the Pdf of a TruncatedNormal
                        Distribution
estimateTruncatedNormalParameters
                        Estimates the underlying truncated normal
                        distribution parameters from a sample.
predictValuesLm         Predicts values through a linear model
testLmAdjustedRSquare   Adjusted $R^2$ test for a linear model.
testLmFisher            Fisher test for a linear model.
testLmResidualMean      Residual Mean test for a linear model.
testLmRsquared          $R^2$ test for a linear model.