/usr/lib/R/site-library/BiocParallel/DESCRIPTION is in r-bioc-biocparallel 1.4.0-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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | Package: BiocParallel
Type: Package
Title: Bioconductor facilities for parallel evaluation
Version: 1.4.0
Authors@R: c(
person("Bioconductor Package Maintainer",
email="maintainer@bioconductor.org", role="cre"),
person("Martin", "Morgan", role="aut"),
person("Valerie", "Obenchain", role="aut"),
person("Michel", "Lang", email="michellang@gmail.com", role="aut"),
person("Ryan", "Thompson", email="rct@thompsonclan.org", role="aut"))
Description: This package provides modified versions and novel
implementation of functions for parallel evaluation, tailored to
use with Bioconductor objects.
biocViews: Infrastructure
License: GPL-2 | GPL-3
Depends: methods
Imports: futile.logger, parallel, snow
Suggests: BiocGenerics, tools, foreach, BatchJobs, BBmisc, doParallel,
Rmpi, GenomicRanges, RNAseqData.HNRNPC.bam.chr14, Rsamtools,
GenomicAlignments, ShortRead, codetools, RUnit, BiocStyle,
knitr
Collate.unix: AllGenerics.R BiocParallelParam-class.R ErrorHandling.R
bpbackend-methods.R bpisup-methods.R bplapply-methods.R
bpmapply-methods.R bpiterate-methods.R bpschedule-methods.R
bpstart-methods.R bpstop-methods.R bpvec-methods.R
bpvectorize-methods.R bpworkers-methods.R bpaggregate-methods.R
bpvalidate.R SnowParam-class.R MulticoreParam-class.R
register.R SerialParam-class.R DoparParam-class.R
SnowParam-utils.R BatchJobsParam-class.R progress.R utilities.R
unix/pvec.R unix/mclapply.R unix/zzz.R
Collate.windows: AllGenerics.R BiocParallelParam-class.R
ErrorHandling.R bpbackend-methods.R bpisup-methods.R
bplapply-methods.R bpmapply-methods.R bpiterate-methods.R
bpschedule-methods.R bpstart-methods.R bpstop-methods.R
bpvec-methods.R bpvectorize-methods.R bpworkers-methods.R
bpaggregate-methods.R bpvalidate.R SnowParam-class.R
MulticoreParam-class.R register.R SerialParam-class.R
DoparParam-class.R SnowParam-utils.R BatchJobsParam-class.R
progress.R utilities.R windows/zzz.R
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-10-15 02:33:37 UTC; biocbuild
Author: Bioconductor Package Maintainer [cre],
Martin Morgan [aut],
Valerie Obenchain [aut],
Michel Lang [aut],
Ryan Thompson [aut]
Maintainer: Bioconductor Package Maintainer <maintainer@bioconductor.org>
Built: R 3.2.2; ; "Thu, 29 Oct 2015 22:29:40 +0100"; unix
|