Package: LaF Type: Package Title: Fast Access to Large ASCII Files Version: 0.8.6 Date: 2024-12-13 Authors@R: person(given = "Jan", family = "van der Laan", role = c("aut", "cre"), email = "r@eoos.dds.nl", comment = c(ORCID = "0000-0002-0693-1514")) 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.3.1 Encoding: UTF-8 Repository: https://djvanderlaan.r-universe.dev Date/Publication: 2024-12-13 14:48:45 UTC RemoteUrl: https://github.com/djvanderlaan/laf RemoteRef: HEAD RemoteSha: bfaf5b6d7914259b1b39e769708972eba914796e NeedsCompilation: yes Packaged: 2026-06-24 10:25:06 UTC; root Author: Jan van der Laan [aut, cre] (ORCID: ) Maintainer: Jan van der Laan