Package: tibblify
Title: Rectangle Nested Lists
Version: 0.2.0
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
BugReports: https://github.com/mgirlich/tibblify/issues
Depends: R (>= 3.4.0)
Imports: cli (>= 3.3.0), lifecycle, purrr, rlang (>= 1.0.3), tibble,
        vctrs (>= 0.4.1), withr (>= 2.5.0)
Suggests: covr, jsonlite, knitr, rmarkdown, spelling, testthat (>=
        3.1.4)
LinkingTo: cpp11 (>= 0.4.2), plogr, vctrs (>= 0.4.1)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.2.0
SystemRequirements: C++11
Packaged: 2022-07-13 14:11:28 UTC; mgirlich
Author: Maximilian Girlich [aut, cre, cph],
  Kirill Müller [ctb]
Maintainer: Maximilian Girlich <maximilian.girlich@outlook.com>
Repository: CRAN
Date/Publication: 2022-07-14 10:50:02 UTC
