This file is indexed.

/usr/lib/R/site-library/jsonlite/DESCRIPTION is in r-cran-jsonlite 1.2-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
Package: jsonlite
Version: 1.2
Title: A Robust, High Performance JSON Parser and Generator for R
License: MIT + file LICENSE
NeedsCompilation: yes
Depends: methods
Author: Jeroen Ooms, Duncan Temple Lang, Lloyd Hilaiel
URL: https://arxiv.org/abs/1403.2805,
        https://www.opencpu.org/posts/jsonlite-a-smarter-json-encoder
BugReports: http://github.com/jeroenooms/jsonlite/issues
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
VignetteBuilder: knitr, R.rsp
Description: A fast JSON parser and generator optimized for statistical data
    and the web. Started out as a fork of 'RJSONIO', but has been completely
    rewritten in recent versions. The package offers flexible, robust, high
    performance tools for working with JSON in R and is particularly powerful
    for building pipelines and interacting with a web API. The implementation is
    based on the mapping described in the vignette (Ooms, 2014). In addition to
    converting JSON data from/to R objects, 'jsonlite' contains functions to
    stream, validate, and prettify JSON data. The unit tests included with the
    package verify that all edge cases are encoded and decoded consistently for
    use with dynamic data in systems and applications.
Suggests: httr, curl, plyr, testthat, knitr, rmarkdown, R.rsp
RoxygenNote: 5.0.1.9000
Packaged: 2016-12-30 12:11:00 UTC; jeroen
Repository: CRAN
Date/Publication: 2016-12-31 00:36:55
Built: R 3.3.2; x86_64-pc-linux-gnu; 'Thu, 05 Jan 2017 17:47:10 +0100'; unix