parttime: Partial Datetime Handling

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.

Version: 0.1.2
Depends: R (≥ 3.6)
Imports: crayon, lubridate, methods, pillar, utils, vctrs (≥ 0.2.0)
Suggests: dplyr, withr, testthat, knitr, rmarkdown
Published: 2024-01-24
Author: Doug Kelkhoff [aut, cre], Bill Denney ORCID iD [ctb]
Maintainer: Doug Kelkhoff <doug.kelkhoff at gmail.com>
BugReports: https://github.com/dgkf/parttime/issues
License: MIT + file LICENSE
URL: https://dgkf.github.io/parttime/, https://github.com/dgkf/parttime
NeedsCompilation: no
Materials: README NEWS
In views: TimeSeries
CRAN checks: parttime results

Documentation:

Reference manual: parttime.pdf

Downloads:

Package source: parttime_0.1.2.tar.gz
Windows binaries: r-devel: parttime_0.1.2.zip, r-release: parttime_0.1.2.zip, r-oldrel: parttime_0.1.2.zip
macOS binaries: r-release (arm64): parttime_0.1.2.tgz, r-oldrel (arm64): parttime_0.1.2.tgz, r-release (x86_64): parttime_0.1.2.tgz
Old sources: parttime archive

Reverse dependencies:

Reverse suggests: datetimeoffset

Linking:

Please use the canonical form https://CRAN.R-project.org/package=parttime to link to this page.