Package: tibblify Title: Rectangle Nested Lists Version: 0.4.1.9000 Authors@R: c( person("Jon", "Harmon", , "jonthegeek@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4781-4346")), person("Maximilian", "Girlich", , "maximilian.girlich@outlook.com", role = c("aut", "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' responses of 'REST' 'APIs'. 'Rectangling' uses the 'vctrs' package, and therefore offers a wide support of vector types. License: MIT + file LICENSE URL: https://tibblify.wrangle.zone, https://github.com/wranglezone/tibblify BugReports: https://github.com/wranglezone/tibblify/issues Depends: R (>= 4.1.0) Imports: cli (>= 3.6.2), glue, lifecycle, purrr (>= 1.0.2), rlang (>= 1.2.0), stbl (>= 0.3.0.9002), tibble (>= 3.2.1), tidyselect (>= 1.2.0), vctrs (>= 0.7.2), withr (>= 2.5.2) Suggests: covr (>= 3.6.1), jsonlite (>= 1.8.0), knitr (>= 1.40), memoise (>= 2.0.1), repurrrsive, rmarkdown (>= 2.16), spelling (>= 2.2), testthat (>= 3.1.4), tidyr, yaml (>= 2.3.6), gh (>= 1.5.0.9000) LinkingTo: stbl, vctrs VignetteBuilder: knitr Remotes: wranglezone/stbl, gh=r-lib/gh Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true NeedsCompilation: yes Roxygen: list(markdown = TRUE) Repository: https://wranglezone.r-universe.dev Date/Publication: 2026-07-01 18:07:26 UTC RemoteUrl: https://github.com/wranglezone/tibblify RemoteRef: HEAD RemoteSha: ba67e18e00dc9d2aabe7af450c60e540445b0c72 Packaged: 2026-07-01 19:50:25 UTC; root Author: Jon Harmon [aut, cre] (ORCID: ), Maximilian Girlich [aut, cph], Kirill Müller [ctb] Maintainer: Jon Harmon