Package: Streamer
Type: Package
Title: Enabling stream processing of large files
Version: 1.2.1
Date: 2010-10-13
Author: Martin Morgan, Nishant Gopalakrishnan
Maintainer: Martin Morgan <mtmorgan@fhcrc.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
Suggests: RUnit, Rsamtools (>= 1.5.53)
Enhances: multicore
Collate: generics.R OldClass.R Streamer.R Producer.R BufferInterface.R
        Consumer.R Stream.R ConnectionProducer.R RawInput.R
        ValueInput.R Downsample.R Utility.R runit_runner.R
        ParallelConnector.R TConnector.R YConnector.R
        UserFunction-class.R zzz.R
Packaged: 2012-07-29 06:02:07 UTC; biocbuild
Built: R 2.15.1; i386-pc-mingw32; 2012-07-29 10:31:08 UTC; windows
Archs: i386, x64
