Package: tibble
Encoding: UTF-8
Version: 1.3.3
Title: Simple Data Frames
Description: Provides a 'tbl_df' class (the 'tibble') that provides
    stricter checking and better formatting than the traditional data frame.
Authors@R: c(
    person("Kirill", "Müller", , "krlmlr+r@mailbox.org", c("aut", "cre")),
    person("Hadley", "Wickham", , "hadley@rstudio.com", "aut"),
    person("Romain", "Francois", , "romain@r-enthusiasts.com", "ctb"),
    person("RStudio", role = "cph")
    )
URL: http://tibble.tidyverse.org/, https://github.com/tidyverse/tibble
BugReports: https://github.com/tidyverse/tibble/issues
Depends: R (>= 3.1.0)
Imports: methods, rlang, Rcpp (>= 0.12.3), utils
Suggests: covr, dplyr, knitr (>= 1.5.32), microbenchmark, nycflights13,
        testthat, rmarkdown, withr
LinkingTo: Rcpp
LazyData: yes
License: MIT + file LICENSE
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2017-05-27 20:13:19 UTC; muelleki
Author: Kirill Müller [aut, cre],
  Hadley Wickham [aut],
  Romain Francois [ctb],
  RStudio [cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2017-05-28 07:21:53 UTC
