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 = "james.f.hester@gmail.com", 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 Repository: https://staffanbetner.r-universe.dev Date/Publication: 2026-04-30 09:28:43 UTC RemoteUrl: https://github.com/cstawitz/roomba RemoteRef: HEAD RemoteSha: 606ccc9011acca0542202193d399b01f037760de NeedsCompilation: no Packaged: 2026-05-30 08:57:00 UTC; root Author: Amanda Dobbyn [aut], Christine Stawitz [aut], Isabella Velasquez [aut], Jim Hester [aut, cre], Laura DeCicco [aut] Maintainer: Jim Hester