-
A new control option,
strip_time_stamps, is used to remove date/time and duration information for better reproducability. (#63) -
An error is thrown if a data or data/time column is passed.
-
Switched from base R
stop()andwarning()to cli'scli_abort()andcli_warn()for improved error messages with better formatting and context. -
Fixed compiler warnings for unused variables in C source code.