Package: fplyr
Type: Package
Title: Apply Functions to Blocks of Files
Version: 1.2.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 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
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-05-06 20:15:39 UTC; fmarotta
Author: Federico Marotta [aut, cre] (<https://orcid.org/0000-0002-0174-3901>)
Repository: CRAN
Date/Publication: 2020-05-06 22:10:06 UTC
