- Fix the bug inside of
period_begin()
function to support both integer and double dates.
- Added rustc version reporting in the installation log as per CRAN policy.
- Fix the calling non-API entry points issue.
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.
- Added a
NEWS.md
file to track changes to the package. - Implement
ymd()
,bop$xx()
,eop$xx()
andedate()
in Rust.