Closed cderv closed 5 years ago
I think this is not required in all case and it would allow to deactivate echoing during test.
We are talking about this https://github.com/RLesur/crrri/blob/9337a19284655ebe08f2a839901adb62af4dc326/R/Chrome.R#L258
and not use TRUE but getOption("crrri.echo_cmd", TRUE) or a more generic crrri.verbose option.
TRUE
getOption("crrri.echo_cmd", TRUE)
crrri.verbose
I think this is not required in all case and it would allow to deactivate echoing during test.
We are talking about this https://github.com/RLesur/crrri/blob/9337a19284655ebe08f2a839901adb62af4dc326/R/Chrome.R#L258
and not use
TRUE
butgetOption("crrri.echo_cmd", TRUE)
or a more genericcrrri.verbose
option.