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-4 |
Suggests: | tinytest |
Published: | 2024-04-01 |
DOI: | 10.32614/CRAN.package.datetimeutils |
Author: | Enrico Schumann [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 |
Reference manual: | datetimeutils.pdf |
Vignettes: |
Examples for the datetimeutils package |
Package source: | datetimeutils_0.6-4.tar.gz |
Windows binaries: | r-devel: datetimeutils_0.6-4.zip, r-release: datetimeutils_0.6-4.zip, r-oldrel: datetimeutils_0.6-4.zip |
macOS binaries: | r-release (arm64): datetimeutils_0.6-4.tgz, r-oldrel (arm64): datetimeutils_0.6-4.tgz, r-release (x86_64): datetimeutils_0.6-4.tgz, r-oldrel (x86_64): datetimeutils_0.6-4.tgz |
Old sources: | datetimeutils archive |
Reverse imports: | GDELTtools, PMwR, tsdb |
Reverse suggests: | NMOF |
Please use the canonical form https://CRAN.R-project.org/package=datetimeutils to link to this page.