Changelog
Source:NEWS.md
rmon 1.1.0
New features
Added
expr
parameter tomonitor()
for executing arbitrary R expressions when files change, as an alternative to running R scripts via thefile
parameter.Added support for natural R syntax using curly braces
{}
for multi-line expressions.Added
capture_output
parameter to control whether expression output is captured and displayed (default:TRUE
).Added
on_error
parameter to control behavior when expression execution fails ("continue"
or"stop"
).