You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

34 lines
1.6 KiB

Package: ndjson
Type: Package
Title: Wicked-Fast Streaming 'JSON' ('ndjson') Reader
Version: 0.8.0
Date: 2019-11-13
Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role =
c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")),
person("Niels", "Lohmann", role = "aut", comment = "C++ json
parser"), person("Deepak", "Bandyopadhyay", role = "aut", comment
= "C++ gzstream"), person("Lutz", "Kettner", role = "aut",
comment = "C++ gzstream"), person("Neal", "Fultz", role = "ctb",
comment = "Rcpp integration"), person("Maarten", "Demeyer", role = "ctb",
comment = "dtplyr cleanup"))
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 is often
useful to read in these files and "flatten" the structure out to
enable working with the data 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'
structures from them.
URL: http://gitlab.com/hrbrmstr/ndjson
BugReports: https://gitlab.com/hrbrmstr/ndjson/issues
SystemRequirements: zlib, C++14
NeedsCompilation: yes
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: tinytest, covr
Depends: R (>= 3.2.0)
Imports: Rcpp, data.table, tibble
LinkingTo: Rcpp
RoxygenNote: 6.1.1