Package: dttr2
Title: Manipulate Dates, DateTimes and Times
Version: 0.1.0
Authors@R: c(
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")),
    person("Poisson Consulting", role = c("cph", "fnd"))
    )
Description: Manipulates date ('Date'), datetime ('POSIXct') and
    time ('hms') vectors.  Date/times are considered discrete and are
    floored whenever encountered.  Times are wrapped and time zones are
    maintained unless explicitly altered by the user.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/dttr2
BugReports: https://github.com/poissonconsulting/dttr2/issues
Depends: R (>= 3.3)
Imports: chk, hms, lifecycle
Suggests: testthat, covr, rlang
RdMacros: lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-03-04 03:43:53 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2020-03-04 05:30:02 UTC
