-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
45 lines (45 loc) · 966 Bytes
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: jsontools
Title: Working with JSON Vectors
Version: 0.1.0.9000
Authors@R:
person(given = "Maximilian",
family = "Girlich",
role = c("aut", "cre"),
email = "[email protected]")
Description: A toolbox for working with JSON vectors similar to
the functions 'Postgres' provides to work with JSON columns. It supports
in parsing and formatting JSON, extracting data from JSON, and
modifying JSON data.
License: GPL-3
URL: https://github.com/mgirlich/jsontools
Depends:
R (>= 3.2.0)
Imports:
bit64,
DBI,
glue,
jsonlite,
magrittr,
methods,
pillar,
purrr,
rlang,
RSQLite,
tibble,
tidyselect,
vctrs,
withr
Suggests:
curl,
dplyr,
knitr,
repurrrsive,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3