Package: fplyr
Type: Package
Title: Apply Functions to Blocks of Files
Version: 2.0.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
Imports: data.table (>= 1.1.4), iotools (>= 0.2.5), parallel (>= 3.5.1)
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
URL: https://github.com/fmarotta/fplyr
BugReports: https://github.com/fmarotta/fplyr/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-08 09:09:10 UTC; root
Author: Federico Marotta [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0174-3901>)
Repository: CRAN
Date/Publication: 2026-09-08 09:30:10 UTC
Built: R 4.5.3; ; 2026-09-08 23:51:16 UTC; windows
