R/utils.R
dot-check_console_printing.Rd
Check if the session is interactive or Rstudio which has implications for parallel output
.check_console_printing(parallel)
parallel | Boolean whether chain is executed in parallel mode or not. |
---|
Boolean whether output should be printed to console progressively, or saved to file and printed at the end.
When using RStudio and RGui, the parallel output does not show on the console. As a workaround it is captured in each cluster into a file and then read in and printed.