Package: LaF
Type: Package
Title: Fast access to large ASCII files
Version: 0.3
Date: 2011-11-06
Author: Jan van der Laan 
Maintainer: Jan van der Laan <djvanderlaan@unrealizedtime.nl>
Description: The LaF package provides methods for fast access to large ASCII
    files.  Currently the following file formats are supported: comma separated
    format (csv) and fixed width format. It is assumed that the files are too
    large to fit into memory, although the package can also be used to
    efficiently access files that do fit into memory. Methods are provided to
    access and process files blockwise. Furthermore, an opened file can be
    accessed as one would an ordinary data.frame. The LaF vignette gives an
    overview of the functionality provided. 
URL: http://code.google.com/p/laf-r/
License: GPL-3
LazyLoad: yes
Depends: Rcpp (>= 0.9.0), methods
Suggests: testthat
LinkingTo: Rcpp
Packaged: 2011-11-06 18:46:26 UTC; eoos
Repository: CRAN
Date/Publication: 2011-11-06 19:03:36
