This file is indexed.

/usr/lib/R/site-library/BiocParallel/INDEX is in r-bioc-biocparallel 0.6.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
BatchJobsParam-class    Enable parallelization on batch systems
BiocParallel-package    Bioconductor facilities for parallel evaluation
BiocParallelParam-class
                        Virtual classes (for developer reference)
DoparParam-class        Enable parallel evaluation using registered
                        dopar backend
MulticoreParam-class    Enable multi-core parallel evaluation
SerialParam-class       Enable serial evaluation
SnowParam-class         Enable simple network of workstations
                        (SNOW)-style parallel evaluation
bpaggregate             Apply a function on subsets of data frames
bpcontrols              Control (start, stop, query) back-end Params
bplapply                Parallel lapply-like functionality
bpmapply                Parallel mapply-like functionality
bpresume                Resume computation with partial results
bpschedule              Schedule back-end Params
bpvec                   Parallel, vectorized evaluation
bpvectorize             Transform vectorized functions into
                        parallelized, vectorized function
register                Maintain a global registry of available
                        back-end Params