Changelog
Source:NEWS.md
rush 0.3.0
CRAN release: 2025-07-31
- feat: Output and message logs can be written to files now via the
message_log
andoutput_log
arguments. - compatibility: lgr 0.5.0
- BREAKING CHANGE: The mlr3 ecosystem has a base logger now which is named
mlr3
. Themlr3/rush
logger is a child of themlr3
logger and is used for logging messages from therush
package.