Package: timechange 0.3.0.9000

timechange: Efficient Manipulation of Date-Times

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. See <https://github.com/google/cctz> for more details.

Authors:Vitalie Spinu [aut, cre], Google Inc. [ctb, cph]

timechange_0.3.0.9000.tar.gz
timechange_0.3.0.9000.zip(r-4.5)timechange_0.3.0.9000.zip(r-4.4)timechange_0.3.0.9000.zip(r-4.3)
timechange_0.3.0.9000.tgz(r-4.4-x86_64)timechange_0.3.0.9000.tgz(r-4.4-arm64)timechange_0.3.0.9000.tgz(r-4.3-x86_64)timechange_0.3.0.9000.tgz(r-4.3-arm64)
timechange_0.3.0.9000.tar.gz(r-4.5-noble)timechange_0.3.0.9000.tar.gz(r-4.4-noble)
timechange_0.3.0.9000.tgz(r-4.4-emscripten)timechange_0.3.0.9000.tgz(r-4.3-emscripten)
timechange.pdf |timechange.html
timechange/json (API)
NEWS

# Install 'timechange' in R:
install.packages('timechange', repos = c('https://vspinu.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/vspinu/timechange/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

ceilingdate-timeperiodroundingtimetime-zonesupdate

12.25 score 30 stars 1.8k packages 49 scripts 735k downloads 10 exports 1 dependencies

Last updated 10 months agofrom:77384ae0fa. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 25 2024
R-4.5-win-x86_64OKOct 25 2024
R-4.5-linux-x86_64OKOct 25 2024
R-4.4-win-x86_64OKOct 25 2024
R-4.4-mac-x86_64OKOct 25 2024
R-4.4-mac-aarch64OKOct 25 2024
R-4.3-win-x86_64OKOct 25 2024
R-4.3-mac-x86_64OKOct 25 2024
R-4.3-mac-aarch64OKOct 25 2024

Exports:time_addtime_at_tztime_ceilingtime_clock_at_tztime_floortime_force_tztime_gettime_roundtime_subtracttime_update

Dependencies:cpp11

Readme and manuals

Help Manual

Help pageTopics
Package 'timechange'timechange-package timechange
Arithmetics with periodstime_add time_subtract
Get components of a date-time objecttime_get
Round, floor and ceiling for date-time objectstime_ceiling time_floor time_round
Update components of a date-time objecttime_update
Time-zone manipulationtime-zones time_at_tz time_clock_at_tz time_force_tz