Package: dttr2
Title: Manipulate Date, POSIXct and hms Vectors
Version: 0.3.0
Authors@R: 
    c(person(given = "Joe",
             family = "Thorley",
             role = c("aut", "cre"),
             email = "joe@poissonconsulting.ca",
             comment = c(ORCID = "0000-0002-7683-4592")),
      person(given = "Poisson Consulting",
             role = c("cph", "fnd")))
Description: Manipulates date ('Date'), date time ('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: covr, rlang, testthat
RdMacros: lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1.9000
NeedsCompilation: no
Packaged: 2020-07-09 23:36:51 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-07-10 10:30:06 UTC
