timechange (0.3.0)
Published 2026-02-24 13:47:32 +00:00 by atheaadmin
Installation
options("repos" = c(getOption("repos"), c(gitea=" ")))install.packages("timechange")About this package
Efficient routines for manipulation of date-time objects while accounting for time-zones and daylight saving times. The package includes utilities for updating of date-time components (year, month, day etc.), modification of time-zones, rounding of date-times, period addition and subtraction etc. Parts of the 'CCTZ' source code, released under the Apache 2.0 License, are included in this package. SeeEfficient Manipulation of Date-Times
Dependencies
| Depends | R (>= 3.3) |
| LinkingTo | cpp11 (>= 0.2.7) |
| Suggests | testthat (>= 0.7.1.99), knitr |