Learn R Programming

fastymd is a package for working with Year-Month-Day (YMD) style date objects. It provides extremely fast passing of character strings and numeric values to \R date objects as well as fast decomposition of these in to their year month and day components. The underlying algorithms follow the approach of Howard Hinnant for calculating days from the UNIX Epoch of Gregorian Calendar dates and vice versa.

Vignettes

A brief overview of fastymd is provided in the vignette distributed with the package:

  • vignette("fastymd", package = "fastymd")

Copy Link

Version

Install

install.packages('fastymd')

Monthly Downloads

735

Version

0.1.4

License

GPL-3

Maintainer

Tim Taylor

Last Published

October 3rd, 2025

Functions in fastymd (0.1.4)

fastymd-package

fastymd: Fast Utilities for Year Month Day Objects
is_leap_year

Is value a leap year?
fymd

Construct dates from character and numeric input
accessors

Generics for accessing the year, month and month-day of an object