Package: jqr
Title: Client for 'jq', a 'JSON' Processor
Description: Client for 'jq', a 'JSON' processor (<https://stedolan.github.io/jq/>), 
    written in C. 'jq' allows the following with 'JSON' data: index into, parse, 
    do calculations, cut up and filter, change key names and values, perform 
    conditionals and comparisons, and more.
Version: 1.0.0
Depends: R (>= 3.1.2)
License: MIT + file LICENSE
LazyData: true
Authors@R: c(person("Rich", "FitzJohn", role = "aut", email = "rich.fitzjohn@gmail.com"),
    person("Jeroen", "Ooms", role = "aut", email = "jeroen@berkeley.edu"),
    person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"),
    person("Stefan Milton Bache", role = "aut", email = "stefan@stefanbache.dk"))
VignetteBuilder: knitr
URL: https://github.com/ropensci/jqr
BugReports: https://github.com/ropensci/jqr/issues
SystemRequirements: libjq: jq-devel (rpm) or libjq-dev (deb)
Imports: magrittr, lazyeval
Suggests: roxygen2 (>= 6.0.1), jsonlite, testthat, knitr
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-09-20 04:55:05 UTC; sacmac
Author: Rich FitzJohn [aut],
  Jeroen Ooms [aut],
  Scott Chamberlain [aut, cre],
  Stefan Milton Bache [aut]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2017-09-28 14:39:56 UTC
Built: R 3.3.3; x86_64-w64-mingw32; 2018-04-22 14:21:46 UTC; windows
Archs: i386, x64
