Package: bread
Title: Analyze Big Files Without Loading Them in Memory
Version: 0.1.7
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.
    bread makes heavy use of Unix commands like grep, sed, wc and cut. They are available 
    by default in all Unix environments.
    For Windows, you need to install those commands externally in order to simulate a 
    Unix environment and make sure that the executables are in the Windows PATH variable.
    To my knowledge, the simplest ways are to install RTools, Git or Cygwin. If they have been 
    correctly installed (with the expected registry entries), they should be detected on loading
    the package and the correct directories will be added automatically to the 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-19 13:53:12 UTC; Vz
Repository: CRAN
Date/Publication: 2022-01-19 15:22:56 UTC
Built: R 4.0.5; ; 2022-04-21 11:36:31 UTC; windows
