This file is indexed.

/usr/lib/R/site-library/DelayedArray/DESCRIPTION is in r-bioc-delayedarray 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: DelayedArray
Title: Delayed operations on array-like objects
Description: Wrapping an array-like object (typically an on-disk object) in
	a DelayedArray object allows one to perform common array operations
	on it without loading the object in memory. In order to reduce memory
	usage and optimize performance, operations on the object are either
	delayed or executed using a block processing mechanism. Note that this
	also works on in-memory array-like objects like DataFrame objects
	(typically with Rle columns), Matrix objects, and ordinary arrays and
	data frames.
Version: 0.4.1
Encoding: UTF-8
Author: Hervé Pagès
Maintainer: Hervé Pagès <hpages@fredhutch.org>
biocViews: Infrastructure, DataRepresentation, Annotation,
        GenomeAnnotation
Depends: R (>= 3.4), methods, matrixStats, BiocGenerics, S4Vectors (>=
        0.15.3), IRanges (>= 2.11.17)
Imports: stats
Suggests: Matrix, HDF5Array, genefilter, SummarizedExperiment, airway,
        pryr, knitr, BiocStyle
License: Artistic-2.0
VignetteBuilder: knitr
Collate: utils.R bind-arrays.R Array-class.R ArrayGrid-class.R
        show-utils.R subset_seed_as_array.R
        ConformableSeedCombiner-class.R SeedBinder-class.R
        DelayedArray-class.R realize.R block_processing.R
        DelayedArray-utils.R DelayedMatrix-utils.R DelayedArray-stats.R
        DelayedMatrix-stats.R RleArray-class.R zzz.R
NeedsCompilation: no
Packaged: 2017-11-04 00:48:32 UTC; biocbuild
Built: R 3.4.2; ; 'Wed, 08 Nov 2017 18:45:14 +0100'; unix