This file is indexed.

/usr/lib/R/site-library/memoise/INDEX is in r-cran-memoise 0.2.1-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
forget                  Forget past results. Resets the cache of a
                        memoised function.
is.memoised             Test whether a function is a memoised copy.
                        Memoised copies of functions carry an attribute
                        'memoised = TRUE', which is.memoised() tests
                        for.
memoise                 Memoise a function.