Package: vctrs
Title: Vector Helpers
Version: 0.5.2
Authors@R: 
    c(person(given = "Hadley",
             family = "Wickham",
             role = "aut",
             email = "hadley@rstudio.com"),
      person(given = "Lionel",
             family = "Henry",
             role = c("aut", "cre"),
             email = "lionel@rstudio.com"),
      person(given = "Davis",
             family = "Vaughan",
             role = "aut",
             email = "davis@rstudio.com"),
      person(given = "data.table team",
             role = "cph",
             comment = "Radix sort based on data.table's forder() and their contribution to R's order()"),
      person(given = "RStudio",
             role = "cph"))
Description: Defines new notions of prototype and size that are
    used to provide tools for consistent and well-founded type-coercion
    and size-recycling, and are in turn connected to ideas of type- and
    size-stability useful for analysing function interfaces.
License: MIT + file LICENSE
URL: https://vctrs.r-lib.org/
BugReports: https://github.com/r-lib/vctrs/issues
Depends: 
    R (>= 3.3)
Imports:
    cli (>= 3.4.0),
    glue,
    lifecycle (>= 1.0.3),
    rlang (>= 1.0.6)
Suggests: 
    bit64,
    covr,
    crayon,
    dplyr (>= 0.8.5),
    generics,
    knitr,
    pillar (>= 1.4.4),
    pkgdown (>= 2.0.1),
    rmarkdown,
    testthat (>= 3.0.0),
    tibble (>= 3.1.3),
    withr,
    xml2,
    waldo (>= 0.2.0),
    zeallot
VignetteBuilder: 
    knitr
SystemRequirements:
    C++11
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
