datetimeutils: Utilities for Dates and Times

Utilities for handling dates and times, such as selecting particular days of the week or month, formatting timestamps as required by RSS feeds, or converting timestamp representations of other software (such as 'MATLAB' and 'Excel') to R. The package is lightweight (no dependencies, pure R implementations) and relies only on R's standard classes to represent dates and times ('Date' and 'POSIXt'); it aims to provide efficient implementations, through vectorisation and the use of R's native numeric representations of timestamps where possible.

Version: 0.6-3
Suggests: tinytest
Published: 2023-11-07
Author: Enrico Schumann ORCID iD [aut, cre], Unicode, Inc. [dtc, cph] (source of timezone names in 'tznames')
Maintainer: Enrico Schumann <es at enricoschumann.net>
License: GPL-3
URL: http://enricoschumann.net/R/packages/datetimeutils/ , https://git.sr.ht/~enricoschumann/datetimeutils , https://github.com/enricoschumann/datetimeutils
NeedsCompilation: no
Materials: README NEWS
CRAN checks: datetimeutils results

Documentation:

Reference manual: datetimeutils.pdf
Vignettes: Examples for the datetimeutils package

Downloads:

Package source: datetimeutils_0.6-3.tar.gz
Windows binaries: r-devel: datetimeutils_0.6-3.zip, r-release: datetimeutils_0.6-3.zip, r-oldrel: datetimeutils_0.6-3.zip
macOS binaries: r-release (arm64): datetimeutils_0.6-3.tgz, r-oldrel (arm64): datetimeutils_0.6-3.tgz, r-release (x86_64): datetimeutils_0.6-3.tgz
Old sources: datetimeutils archive

Reverse dependencies:

Reverse imports: GDELTtools, PMwR, tsdb
Reverse suggests: NMOF

Linking:

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