Changes in version 1.4.13 o Added 'partial_parse_OK' argument to 'mrun/mdrun', and convenient wrapper 'mpdrun' eg for scriptlets that aren't intended to parse cleanly anyway. Changes in version 1.4.0 o By default, disabled non-interactive consolette setup (which used to happen during '.onLoad'), because consolette does not seem to be working at all in R4.4, and was breaking R CMD check etc. Not sure when R changed. Consolette needs more work... Changes in version 1.3.195 o 'mdrunex' for package examples; thus needed to add 'utils' to "Imports" Changes in version 1.3.191 o Fixed handling of 'mvbutils::local.return', which got broken by (...I think...) changes in R itself circa 4.1 Changes in version 1.3.185 o Slightly better 'debug_knitr' and its documentation Changes in version 1.3.156 o Better deparsing of ':=' and '?', thanks to 'mvbutils::mdeparse' Changes in version 1.3.155 o 'debug_BROWSE()' function offers 'browser()'-like functionality, when you don't want to fully 'mtrace()' a function. Changes in version 1.3.150 o Support for debugging vignette code (at least via 'knitr' and Lyx). Currently easiest with raw-string support in R4.0+ Changes in version 1.3.148 o Option to change current-line background is 'debug.execline'; previously mis-documented in 'package?debug'. Changes in version 1.3.42 o Added support for 'mvbutils::FOR' and 'mvbutils::do.on': eg can now step into 'FOR( objects, { c( head( ., 1), tail( ., 1)})'.