This file is indexed.

/usr/lib/R/site-library/mockery/DESCRIPTION is in r-cran-mockery 0.4.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
 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
Package: mockery
Version: 0.4.1
Title: Mocking Library for R
Description: 
    The two main functionalities of this package are creating mock
    objects (functions) and selectively intercepting calls to a given
    function that originate in some other function. It can be used
    with any testing framework available for R. Mock objects can
    be injected with either this package's own stub() function or a
    similar with_mock() facility present in the testthat package. 
Authors@R: c(
    person("Noam", "Finkelstein", role = c("aut", "cre"),
           email = "noam.finkelstein@jhu.edu"),
    person("Lukasz", "Bartnik", rol = c("aut"),
           email = "l.bartnik@gmail.com")
    )
URL: https://github.com/n-s-f/mockery
BugReports: https://github.com/n-s-f/mockery/issues
Imports: testthat
Suggests: knitr, rmarkdown (>= 1.0)
License: MIT + file LICENSE
Collate: 'expectations.R' 'mockery.R' 'mock-object.R' 'stub.R'
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-11-10 14:58:33 UTC; noam
Author: Noam Finkelstein [aut, cre],
  Lukasz Bartnik [aut]
Maintainer: Noam Finkelstein <noam.finkelstein@jhu.edu>
Repository: CRAN
Date/Publication: 2017-11-10 18:22:21 UTC
Built: R 3.4.2; ; 'Sat, 25 Nov 2017 10:57:44 +0100'; unix