This file is indexed.

/usr/lib/R/site-library/future/DESCRIPTION is in r-cran-future 1.7.0-1ubuntu1.

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
33
34
35
36
37
Package: future
Version: 1.7.0
Title: Unified Parallel and Distributed Processing in R for Everyone
Imports: digest, globals (>= 0.11.0), listenv (>= 0.6.0), parallel,
        utils
Suggests: R.rsp, markdown
VignetteBuilder: R.rsp
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
                                          email = "henrikb@braju.com"))
Description: The purpose of this package is to provide a lightweight and
    unified Future API for sequential and parallel processing of R
    expression via futures.  The simplest way to evaluate an expression
    in parallel is to use `x %<-% { expression }` with `plan(multiprocess)`.
    This package implements sequential, multicore, multisession, and
    cluster futures.  With these, R expressions can be evaluated on the
    local machine, on in parallel a set of local machines, or distributed
    on a mix of local and remote machines.
    Extensions to this package implements additional backends for
    processing futures via compute cluster schedulers etc.
    Because of its unified API, there is no need to modify code in order
    switch from sequential on the local machine to, say, distributed
    processing on a remote compute cluster.
    Another strength of this package is that global variables and functions
    are automatically identified and exported as needed, making it
    straightforward to tweak existing code to make use of futures.
License: LGPL (>= 2.1)
LazyLoad: TRUE
URL: https://github.com/HenrikBengtsson/future
BugReports: https://github.com/HenrikBengtsson/future/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-02-10 22:22:36 UTC; hb
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Repository: CRAN
Date/Publication: 2018-02-11 14:26:20 UTC
Built: R 3.4.3; ; 'Tue, 10 Apr 2018 14:33:33 +0000'; unix