Package: ndjson
Type: Package
Title: Wicked-Fast Streaming 'JSON' ('ndjson') Reader
Version: 0.2.0
Date: 2016-08-27
Author: Bob Rudis (@hrbrmstr), Niels Lohmann (C++ json parser),
     Deepak Bandyopadhyay (C++ gzstream), Lutz Kettner (C++ gzstream)
Maintainer: Bob Rudis <bob@rud.is>
Description: Streaming 'JSON' ('ndjson') has one 'JSON' record per-line and many modern
    'ndjson' files contain large numbers of records. These constructs may not be
    columnar in nature, but it's often useful to read in these files and "flatten"
    the structure out to work in an R data.frame-like context. Functions are provided that
    make it possible to read in plain 'ndjson' files or compressed ('gz') 'ndjson'
    files and either validate the format of the records or create "flat" data.table
    ('tbl_dt') structures from them.
URL: http://gitlab.com/hrbrmstr/ndjson
BugReports: https://gitlab.com/hrbrmstr/ndjson/issues
SystemRequirements: zlib, C++11
NeedsCompilation: yes
License: AGPL
Suggests: testthat
Depends: R (>= 3.2.0)
Imports: Rcpp, Rcpp11, data.table, dtplyr
LinkingTo: Rcpp, Rcpp11
RoxygenNote: 5.0.1
Packaged: 2016-08-27 18:03:03 UTC; bob
Repository: CRAN
Date/Publication: 2016-08-27 20:17:14
