Package: parttime Type: Package Title: Partial Datetime Handling Version: 0.1.2 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 Roxygen: list(markdown = TRUE) Repository: https://dgkf.r-universe.dev Date/Publication: 2024-01-24 16:51:04 UTC RemoteUrl: https://github.com/dgkf/parttime RemoteRef: HEAD RemoteSha: b2fc9e364d636703587d23c74346986ca1505096 NeedsCompilation: no Packaged: 2026-06-16 11:45:37 UTC; root Author: Doug Kelkhoff [aut, cre], Bill Denney [ctb] (ORCID: ) Maintainer: Doug Kelkhoff