Package: fplyr
Type: Package
Title: Apply Functions to Blocks of Files
Version: 1.3.0
Authors@R: person("Federico", "Marotta", email = "federico.marotta96@gmail.com",
    role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0174-3901"))
Maintainer: Federico Marotta <federico.marotta96@gmail.com>
Description: Read and process a large delimited file block by
    block. A block consists of all the contiguous rows that have the same value
    in the first field. The result can be returned as a list or a data.table,
    or even directly printed to an output file.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: data.table (>= 1.1.4)
Imports: iotools (>= 0.2.5), parallel (>= 3.5.1)
Suggests: testthat, knitr, rmarkdown
URL: https://github.com/fmarotta/fplyr
BugReports: https://github.com/fmarotta/fplyr/issues
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-08-23 14:50:48 UTC; marotta
Author: Federico Marotta [aut, cre] (<https://orcid.org/0000-0002-0174-3901>)
Repository: CRAN
Date/Publication: 2023-08-23 21:20:07 UTC
Built: R 4.3.3; ; 2025-01-24 07:40:54 UTC; unix
