Package: datetimeutils 0.6-5
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.
Authors:
datetimeutils_0.6-5.tar.gz
datetimeutils_0.6-5.zip(r-4.5)datetimeutils_0.6-5.zip(r-4.4)datetimeutils_0.6-5.zip(r-4.3)
datetimeutils_0.6-5.tgz(r-4.5-any)datetimeutils_0.6-5.tgz(r-4.4-any)datetimeutils_0.6-5.tgz(r-4.3-any)
datetimeutils_0.6-5.tar.gz(r-4.5-noble)datetimeutils_0.6-5.tar.gz(r-4.4-noble)
datetimeutils_0.6-5.tgz(r-4.4-emscripten)datetimeutils_0.6-5.tgz(r-4.3-emscripten)
datetimeutils.pdf |datetimeutils.html✨
datetimeutils/json (API)
NEWS
# Install 'datetimeutils' in R: |
install.packages('datetimeutils', repos = c('https://enricoschumann.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/enricoschumann/datetimeutils/issues
- tznames - Timezone Names
calendardatedatetimedatetimeutilstimezone
Last updated 5 hours agofrom:c9de5a0a27. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Apr 02 2025 |
R-4.5-win | OK | Apr 02 2025 |
R-4.5-mac | OK | Apr 02 2025 |
R-4.5-linux | OK | Apr 02 2025 |
R-4.4-win | OK | Apr 02 2025 |
R-4.4-mac | OK | Apr 02 2025 |
R-4.4-linux | OK | Apr 02 2025 |
R-4.3-win | OK | Apr 02 2025 |
R-4.3-mac | OK | Apr 02 2025 |
Exports:convert_dateconvert_tzdate1904day_of_monthday_of_month<-Easterend_of_monthend_of_previous_monthend_of_previous_yearend_of_quarterend_of_yearfirst_of_monthfirst_of_yearguess_datetimehouris_businessdayis_leapyearis_weekendlast_weekdaymdaymday<-minutemonthmonth.abb.de.din1355.1month.name.denext_bdaynext_businessdaynth_daynth_weekdayprev_bdayprevious_businessdayrfc822troundPOSIXtsecondtimegridyear
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Utilities for Dates and Times | datetimeutils-package datetimeutils |
Business Days | is_businessday is_weekend next_bday next_businessday previous_businessday prev_bday |
Convert Various Formats to Date | convert_date |
Convert a Timestamp from one Timezone to Another | convert_tz |
Is File Origin 1904? | date1904 |
Easter Sundays | Easter |
Handling and Manipulating Dates and Times | day_of_month day_of_month<- end_of_month end_of_previous_month end_of_previous_year end_of_quarter end_of_year first_of_month first_of_year hour is_leapyear mday mday<- minute month second year |
Guess Timestamp Format | guess_datetime |
Functions for Computing Days of the Week | last_weekday nth_weekday |
Non-English Month Names and Abbreviations | month.abb.de.din1355.1 month.name.de |
Compute Reference Dates | nth_day |
Format Date and Time as Described in RFC 822 | rfc822t |
Round POSIXt Objects to Specified Interval | roundPOSIXt |
POSIXct Time Grid | timegrid |
Timezone Names | tznames |