Package: parttime
Type: Package
Title: Partial Datetime Handling
Version: 0.1.1
Authors@R: 
    c(
      person(
        "Doug","Kelkhoff",
        email = "doug.kelkhoff@gmail.com",
        role = c("aut", "cre")
      ),
      person(
        "Bill", "Denney",
        email = "wdenney@humanpredictions.com",
        role = "ctb",
        comment = c(ORCID = "0000-0002-5759-428X")
      )
    )
Description: 
    Datetimes and timestamps are invariably an imprecise notation, with any
    partial representation implying some amount of uncertainty. To handle this,
    'parttime' provides classes for embedding partial missingness as a central
    part of its datetime classes. This central feature allows for more ergonomic
    use of datetimes for challenging datetime computation, including
    calculations of overlapping date ranges, imputations, and more thoughtful
    handling of ambiguity that arises from uncertain time zones. This package was
    developed first and foremost with pharmaceutical applications in mind, but
    aims to be agnostic to application to accommodate general use cases just as
    conveniently.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
BugReports: https://github.com/dgkf/parttime/issues
URL: https://dgkf.github.io/parttime/, https://github.com/dgkf/parttime
Depends: R (>= 3.6)
Imports: crayon, lubridate, methods, pillar, utils, vctrs (>= 0.2.0)
Suggests: dplyr, withr, testthat, knitr, rmarkdown
NeedsCompilation: no
Packaged: 2023-03-08 21:20:38 UTC; root
Author: Doug Kelkhoff [aut, cre],
  Bill Denney [ctb] (<https://orcid.org/0000-0002-5759-428X>)
Maintainer: Doug Kelkhoff <doug.kelkhoff@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-08 22:00:02 UTC
