Package: tibblify
Title: Rectangle Nested Lists
Version: 0.3.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,
        https://mgirlich.github.io/tibblify/
BugReports: https://github.com/mgirlich/tibblify/issues
Depends: R (>= 3.4.0)
Imports: cli (>= 3.3.0), lifecycle (>= 1.0.1), purrr (>= 0.3.4), rlang
        (>= 1.0.4), tibble (>= 3.1.8), tidyselect (>= 1.2.0), vctrs (>=
        0.5.0), withr (>= 2.5.0)
Suggests: covr (>= 3.6.1), jsonlite (>= 1.8.0), knitr (>= 1.40),
        rmarkdown (>= 2.16), spelling (>= 2.2), testthat (>= 3.1.4)
LinkingTo: vctrs (>= 0.5.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.2.1
SystemRequirements: C++11
Packaged: 2022-11-14 07:13:35 UTC; mgirlich
Author: Maximilian Girlich [aut, cre, cph],
  Kirill Müller [ctb]
Maintainer: Maximilian Girlich <maximilian.girlich@outlook.com>
Repository: CRAN
Date/Publication: 2022-11-16 14:40:09 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 16:56:23 UTC; windows
Archs: i386, x64
