Package: bread
Title: Analyze Big Files Without Loading Them in Memory
Version: 0.1.5
Authors@R: 
    person("Vincent", "Guegan", , "vincent.guegan@banque-france.fr", role = c("aut", "cre"))
Description: A simple set of wrapper functions for data.table::fread() that allows subsetting or
    filtering rows and selecting columns of table-formatted files too large for the available RAM.
    'b stands for 'big files'. The package is using Unix commands like grep, cut and sed 
    through (hopefully) intuitive parameters.
    IMPORTANT: On Windows environments, you need to have those Unix commands
    available in your "PATH". The easiest way is to install "RTools". Alternatively,
    Git or Cygwin should also work if their /bin/ folders are in your Path.
License: GPL (>= 3)
URL: https://github.com/MagicHead99/bread/
BugReports: https://github.com/MagicHead99/bread/issues
Encoding: UTF-8
RoxygenNote: 7.1.2
Depends: dplyr
Imports: data.table, stringr
NeedsCompilation: no
Author: Vincent Guegan [aut, cre]
Maintainer: Vincent Guegan <vincent.guegan@banque-france.fr>
Packaged: 2022-01-14 14:52:02 UTC; Vz
Repository: CRAN
Date/Publication: 2022-01-17 08:22:54 UTC
