chonicler 0.3.0
New features
- read_log()now has “pretty”, “table”, and “errors-only”
styles for viewing pipeline logs.
- New write_chronicle_dffunction which writes data
frames to .csv or .xlsx formats alongside their logs.
- as.data.framewill coerce a- chronicleobject to data frame if its value can be coerced to data frame.
- New zap_logfunction that resets the log of achronicleobject.
- Named arguments can now be passed to functions.
- ggplots can now be recorded as well. If a plot fails, it returns “an
error” plot: a red box with the error message shown on it. This allows
documents that use plots that might need more tweaking to still be
compiled.
Chores
chronicler 0.2.1
Maintenance release
- Compatibility with dplyr 1.1.0
- Changed link to canonical link in the Readme.md
chronicler 0.2.0
New features