Changelog
Source:NEWS.md
ymd 0.1.4
CRAN release: 2024-11-26
- Fix the issue that
period_begin()function returns only the first element for integer vectors, likec(20240101, 20240102).
ymd 0.1.3
CRAN release: 2024-11-06
- Fix the bug inside of
period_begin()function to support both integer and double dates.
ymd 0.1.2
CRAN release: 2024-08-23
- Added rustc version reporting in the installation log as per CRAN policy.
ymd 0.1.0
CRAN release: 2023-10-09
-
ymd()now supports...arguments, which is convenient for interactive use, e.g.,ymd(210101, 220201). - Implement date part extracting functions, including
year(),month(),quarter(),isoweek(),isowday(),wday(),mday(),yday(), - Redirect the Rust message to R’s stderr stream.
- Fix issues that violate the CRAN policies, e.g., license issues and rust offline dependencies.