-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
48 lines (48 loc) · 1.35 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: tibblify
Title: Rectangle Nested Lists
Version: 0.3.1.9000
Authors@R: c(
person("Maximilian", "Girlich", , "[email protected]", role = c("aut", "cre", "cph")),
person("Kirill", "Müller", role = "ctb")
)
Description: A tool to rectangle a nested list, that is to convert it into
a tibble. This is done automatically or according to a given
specification. A common use case is for nested lists coming from
parsing JSON files or the JSON response of REST APIs. It is supported
by the 'vctrs' package and therefore offers a wide support of vector
types.
License: GPL-3
URL: https://github.com/mgirlich/tibblify,
https://mgirlich.github.io/tibblify/
BugReports: https://github.com/mgirlich/tibblify/issues
Depends:
R (>= 3.6.0)
Imports:
cli (>= 3.6.2),
lifecycle (>= 1.0.4),
purrr (>= 1.0.2),
rlang (>= 1.1.3),
tibble (>= 3.2.1),
tidyselect (>= 1.2.0),
vctrs (>= 0.6.5),
withr (>= 2.5.2)
Suggests:
covr (>= 3.6.1),
jsonlite (>= 1.8.0),
knitr (>= 1.40),
memoise (>= 2.0.1),
rmarkdown (>= 2.16),
spelling (>= 2.2),
testthat (>= 3.1.4),
yaml (>= 2.3.6)
LinkingTo:
vctrs (>= 0.6.5)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3