datetime: Nominal Dates, Times, and Durations

Provides methods for working with nominal dates, times, and durations. Base R has sophisticated facilities for handling time, but these can give unexpected results if, for example, timezone is not handled properly. This package provides a more casual approach to support cases which do not require rigorous treatment. It systematically deconstructs the concepts origin and timezone, and de-emphasizes the display of seconds. It also converts among nominal durations such as seconds, hours, days, and weeks. See '?datetime' and '?duration' for examples. Adapted from 'metrumrg' <http://r-forge.r-project.org/R/?group_id=1215>.

Version: 0.1.4
Suggests: chron, SASxport
Published: 2018-12-13
Author: Tim Bergsma
Maintainer: Tim Bergsma <bergsmat at gmail.com>
License: GPL-3
NeedsCompilation: no
CRAN checks: datetime results

Documentation:

Reference manual: datetime.pdf

Downloads:

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

Linking:

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