This file is indexed.

/usr/lib/R/site-library/fastcluster/DESCRIPTION is in r-cran-fastcluster 1.1.13-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: fastcluster
Encoding: UTF-8
Type: Package
Version: 1.1.13
Date: 2013-12-17
Title: Fast hierarchical clustering routines for R and Python
Authors@R: person("Daniel", "Müllner", email =
        "daniel@danifold.net", role = c("aut", "cph", "cre"))
Author: Daniel Müllner, http://danifold.net
Maintainer: Daniel Müllner <daniel@danifold.net>
Enhances: stats, flashClust
Description: This is a two-in-one package which provides interfaces to
        both R and Python. It implements fast hierarchical, agglomerative
        clustering routines. Part of the functionality is designed as drop-in
        replacement for existing routines: “linkage” in the SciPy package
        “scipy.cluster.hierarchy”, “hclust” in R's “stats” package, and the
        “flashClust” package. It provides the same functionality with the
        benefit of a much faster implementation. Moreover, there are
        memory-saving routines for clustering of vector data, which go beyond
        what the existing packages provide. For information on how to install
        the Python files, see the file INSTALL in the source distribution.
License: FreeBSD | GPL-2 | file LICENSE
URL: http://danifold.net/fastcluster.html
Packaged: 2013-12-17 08:20:14 UTC; muellner
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-12-17 11:08:18
Built: R 3.1.0; x86_64-pc-linux-gnu; 2014-06-22 12:53:20 UTC; unix