Package: Streamer
Type: Package
Title: Enabling stream processing of large files
Version: 1.30.0
Author: Martin Morgan, Nishant Gopalakrishnan
Maintainer: Martin Morgan <martin.morgan@roswellpark.org>
Description: Large data files can be difficult to work with in R,
    where data generally resides in memory. This package encourages a
    style of programming where data is 'streamed' from disk into R via
    a `producer' and through a series of `consumers' that, typically
    reduce the original data to a manageable size. The package
    provides useful Producer and Consumer stream components for
    operations such as data input, sampling, indexing, and
    transformation; see package?Streamer for details.
License: Artistic-2.0
LazyLoad: yes
Imports: methods, graph, RBGL, parallel, BiocGenerics
Suggests: RUnit, Rsamtools (>= 1.5.53), GenomicAlignments, Rgraphviz
biocViews: Infrastructure, DataImport
Collate: AllGenerics.R Streamer-class.R Producer-class.R
        Consumer-class.R Stream-class.R ConnectionProducer-classes.R
        RawInput-class.R Seq-class.R Downsample-class.R
        FunctionProducerConsumer-classes.R ParallelParam-classes.R
        Team-class.R Team-methods.R Reducer-class.R DAGParam-class.R
        DAGParam-methods.R DAGTeam-class.R Utility-classes.R
        lapply-methods.R stream-methods.R plot-methods.R zzz.R
git_url: https://git.bioconductor.org/packages/Streamer
git_branch: RELEASE_3_9
git_last_commit: 68c2fc5
git_last_commit_date: 2019-05-02
Date/Publication: 2019-05-02
NeedsCompilation: yes
Packaged: 2019-05-03 02:11:48 UTC; biocbuild
Built: R 3.6.0; i386-w64-mingw32; 2019-05-03 14:31:04 UTC; windows
Archs: i386, x64
