Package: vctrs
Title: Vector Helpers
Version: 0.1.0
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("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 analyzing function interfaces.
License: GPL-3
URL: https://github.com/r-lib/vctrs
BugReports: https://github.com/r-lib/vctrs/issues
Depends: R (>= 3.1)
Imports: backports, digest, glue, rlang, zeallot
Suggests: covr, generics, knitr, pillar, pkgdown, rmarkdown, testthat,
        tibble
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2018-11-19 14:40:32 UTC; hadley
Author: Hadley Wickham [aut, cre],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2018-11-29 17:10:03 UTC
