-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
28 lines (28 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: jqr
Title: Client for 'jq', a 'JSON' Processor
Description: Client for 'jq', a 'JSON' processor (<https://jqlang.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.4.0
Depends:
R (>= 3.1.2)
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
Authors@R: c(person("Rich", "FitzJohn", role = "aut", email = "[email protected]"),
person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]"),
person("Scott", "Chamberlain", role = "aut", email = "[email protected]"),
person("Stefan Milton Bache", role = "aut", email = "[email protected]"))
URL: https://docs.ropensci.org/jqr/
https://ropensci.r-universe.dev/jqr
BugReports: https://github.com/ropensci/jqr/issues
SystemRequirements: libjq: jq-devel (rpm) or libjq-dev (deb)
Imports:
magrittr,
lazyeval
Suggests:
jsonlite,
testthat
RoxygenNote: 7.3.2.9000