-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
38 lines (38 loc) · 1.08 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
Type: Package
Package: roomba
Title: Tidy up nested list hairballs
Version: 0.1.0
Authors@R: c(
person("Amanda", "Dobbyn", role = "aut"),
person("Christine", "Stawitz", role = "aut"),
person("Isabella", "Velasquez", role = "aut"),
person("Jim", "Hester", email = "[email protected]", role = c("aut", "cre")),
person("Laura", "DeCicco", role = "aut")
)
Description: This is a package to transform large, multi-nested lists into a more
user-friendly format. The initial focus is on making
processing of return values from `jsonlite::fromJSON()` queries more seamless,
but ideally this package should be useful for deeply-nested lists from an array
of sources.
License: MIT + file LICENSE
Depends:
R (>= 3.0)
Imports:
assertthat,
dplyr,
magrittr,
purrr
Suggests:
ggplot2,
jsonlite,
knitr,
rmarkdown,
testthat,
shiny
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1.9000
URL: https://github.com/ropenscilabs/roomba
BugReports: https://github.com/ropenscilabs/roomba/issues