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
LazyData: true
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
