Package: tibbletime
Type: Package
Title: Time Aware Tibbles
Version: 0.1.4
Authors@R: c(
    person("Davis", "Vaughan", email = "davis@rstudio.com", role = c("aut", "cre")),
    person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut"))
  )
Maintainer: Davis Vaughan <davis@rstudio.com>
Description: Built on top of the 'tibble' package, 'tibbletime' is an extension
  that allows for the creation of time aware tibbles. Some immediate
  advantages of this include: the ability to perform time-based subsetting
  on tibbles, quickly summarising and aggregating results by time periods,
  and creating columns that can be used as 'dplyr' time-based groups.
URL: https://github.com/business-science/tibbletime
BugReports: https://github.com/business-science/tibbletime/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.0
Depends: R (>= 3.2.0)
Imports: assertthat (>= 0.2.0), dplyr (>= 0.7.4), glue (>= 1.1.1), hms
        (>= 0.4), lubridate (>= 1.6.0), purrr (>= 0.2.3), Rcpp (>=
        0.12.7), rlang (>= 0.1.6), tibble (>= 3.0.0), tidyselect (>=
        0.2.5), vctrs (>= 0.2.0), zoo (>= 1.8-0), lifecycle
Suggests: broom, covr, gapminder, knitr, testthat, tidyr (>= 1.0.0)
VignetteBuilder: knitr
LinkingTo: Rcpp
LazyData: yes
NeedsCompilation: yes
Packaged: 2020-05-26 19:17:53 UTC; davis
Author: Davis Vaughan [aut, cre],
  Matt Dancho [aut]
Repository: CRAN
Date/Publication: 2020-05-26 20:40:03 UTC
