Package: fplyr
Type: Package
Title: Apply Functions to Blocks of Files
Version: 1.1.0
Authors@R: person("Federico", "Marotta", email = "federicomarotta@mail.com",
    role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0174-3901"))
Maintainer: Federico Marotta <federicomarotta@mail.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 saved as a list or 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
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-03-08 11:26:54 UTC; fmarotta
Author: Federico Marotta [aut, cre] (<https://orcid.org/0000-0002-0174-3901>)
Repository: CRAN
Date/Publication: 2020-03-16 15:00:02 UTC
