Package: LaF
Type: Package
Title: Fast Access to Large ASCII Files
Version: 0.8.4
Date: 2020-03-22
Author: Jan van der Laan
Maintainer: Jan van der Laan <r@eoos.dds.nl>
Description: 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: https://github.com/djvanderlaan/LaF
License: GPL-3
LazyLoad: yes
Depends: methods, utils
Suggests: testthat, yaml
LinkingTo: Rcpp
Imports: Rcpp (>= 0.11.1)
Collate: 'generics.R' 'laf.R' 'laf_column.R' 'meta.R' 'open.R'
        'read_dm_blaise.R' 'stats.R' 'textutils.R' 'types.R'
        'utility.R'
RoxygenNote: 7.0.2
NeedsCompilation: yes
Packaged: 2020-03-22 16:42:41 UTC; eoos
Repository: CRAN
Date/Publication: 2020-03-23 11:20:05 UTC
Built: R 4.2.0; aarch64-apple-darwin20; 2023-04-01 11:25:47 UTC; unix
Archs: LaF.so.dSYM
