# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "parttime" in publications use:' type: software license: MIT title: 'parttime: Partial Datetime Handling' version: 0.1.2 doi: 10.32614/CRAN.package.parttime abstract: 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. authors: - family-names: Kelkhoff given-names: Doug email: doug.kelkhoff@gmail.com repository: https://dgkf.r-universe.dev repository-code: https://github.com/dgkf/parttime commit: b2fc9e364d636703587d23c74346986ca1505096 url: https://dgkf.github.io/parttime/ contact: - family-names: Kelkhoff given-names: Doug email: doug.kelkhoff@gmail.com