Showing 8 of total 8 results (show query)
tidyverse
lubridate:Make Dealing with Dates a Little Easier
Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The 'lubridate' package has a consistent and memorable syntax that makes working with dates easy and fun.
Maintained by Vitalie Spinu. Last updated 4 months ago.
757 stars 20.95 score 135k scripts 1.9k dependentseddelbuettel
anytime:Anything to 'POSIXct' or 'Date' Converter
Convert input in any one of character, integer, numeric, factor, or ordered type into 'POSIXct' (or 'Date') objects, using one of a number of predefined formats, and relying on Boost facilities for date and time parsing.
Maintained by Dirk Eddelbuettel. Last updated 19 days ago.
boostc-plus-plus-11conversionscpp11datedatetimeposixctrcppcpp
165 stars 13.91 score 1.4k scripts 99 dependentsrstudio
bigD:Flexibly Format Dates and Times to a Given Locale
Format dates and times flexibly and to whichever locales make sense. Parses dates, times, and date-times in various formats (including string-based ISO 8601 constructions). The formatting syntax gives the user many options for formatting the date and time output in a precise manner. Time zones in the input can be expressed in multiple ways and there are many options for formatting time zones in the output as well. Several of the provided helper functions allow for automatic generation of locale-aware formatting patterns based on date/time skeleton formats and standardized date/time formats with varying specificity.
Maintained by Richard Iannone. Last updated 27 days ago.
datedatetimeeasy-to-usei18ntime
19 stars 9.46 score 1 scripts 112 dependentss-fleck
dint:A Toolkit for Year-Quarter, Year-Month and Year-Isoweek Dates
S3 classes and methods to create and work with year-quarter, year-month and year-isoweek vectors. Basic arithmetic operations (such as adding and subtracting) are supported, as well as formatting and converting to and from standard R date types.
Maintained by Stefan Fleck. Last updated 4 months ago.
datedatesmonthperiodquarterweek
14 stars 6.11 score 58 scripts 1 dependentsenricoschumann
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.
Maintained by Enrico Schumann. Last updated 1 days ago.
calendardatedatetimedatetimeutilstimezone
5 stars 5.95 score 3 dependentsgerrymanoim
humanize:Create Values for Human Consumption
An almost direct port of the 'python' 'humanize' package <https://github.com/jmoiron/humanize>. This package contains utilities to convert values into human readable forms.
Maintained by Gerry Manoim. Last updated 7 years ago.
datehumanhuman-readablenumbertime
13 stars 5.10 score 13 scripts 5 dependentseddelbuettel
RApiDatetime:R API for 'Date' and 'Datetime'
Access to the C-level R date and 'datetime' code is provided for C-level API use by other packages via registration of native functions. Client packages simply include a single header 'RApiDatetime.h' provided by this package, and also 'import' it. The R Core group is the original author of the code made available with slight modifications by this package.
Maintained by Dirk Eddelbuettel. Last updated 1 months ago.
11 stars 4.22 score 10 scripts