Package: tibblify
Title: Rectangle Nested Lists
Version: 0.3.1
Authors@R: c(
    person("Maximilian", "Girlich", , "maximilian.girlich@outlook.com", 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
RoxygenNote: 7.2.3
Packaged: 2024-01-11 07:07:59 UTC; mgirlich
Author: Maximilian Girlich [aut, cre, cph],
  Kirill Müller [ctb]
Maintainer: Maximilian Girlich <maximilian.girlich@outlook.com>
Repository: CRAN
Date/Publication: 2024-01-11 07:30:02 UTC
Built: R 4.6.0; x86_64-apple-darwin20; 2025-08-18 09:48:54 UTC; unix
Archs: tibblify.so.dSYM
