Fix summary.ethdate() and its tests to be robust to R >= 4.6.0
eth_monthname()now accepts numeric months as input.- Introduced recycling vector lengths to support different formats and origins.
- Switched internal data storage from integer to double for better precision.
- Enhanced error messages with
clito make it more informative and user-friendly.
- Added
scale_x_ethdate()andscale_y_ethdate() - Added
eth_breaks()andeth_labels() - Added
eth_quarter()
- Defined
seq()andcut()forethdateclass.
- Initial.