-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
43 lines (43 loc) · 895 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
Package: tidyjson
Title: Tidy Complex 'JSON'
Version: 0.3.2.9000
Authors@R: c(
person("Jeremy", "Stanley", , "[email protected]", role = "aut"),
person("Cole", "Arendt", , "[email protected]", role = c("aut", "cre"))
)
Description: Turn complex 'JSON' data into tidy data frames.
License: MIT + file LICENSE
URL: https://github.com/colearendt/tidyjson
BugReports: https://github.com/colearendt/tidyjson/issues
Depends:
R (>= 3.1.0)
Imports:
assertthat,
dplyr (>= 1.0.0),
jsonlite,
magrittr,
purrr,
rlang,
tibble,
tidyr (>= 1.0.0)
Suggests:
covr,
forcats,
ggplot2,
igraph,
knitr,
listviewer,
lubridate,
RColorBrewer,
rmarkdown,
rprojroot,
testthat (>= 3.0.0),
vctrs,
viridis,
wordcloud
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1