-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
featureNew feature or requestNew feature or request
Description
A request that's come up in the BDA course is the ability to supress all output from a $sample() run. At the moment, the best that can be done with show_messages=FALSE and refresh=0 is:
Running MCMC with 4 sequential chains...
Chain 1 finished in 0.1 seconds.
Chain 2 finished in 0.1 seconds.
Chain 3 finished in 0.1 seconds.
Chain 4 finished in 0.1 seconds.
All 4 chains finished successfully.
Mean chain execution time: 0.1 seconds.
Total execution time: 0.8 seconds.
Which I believe is because show_messages doesn't suppress stdout as well. Could be good to either add that as part of the behaviour of show_messages or to add an additional setting to supress all output
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request