suyusung / R2jags

R2jags: Using R to Run 'JAGS'
8 stars 3 forks source link

Suggestion: option to suppress all output #6

Closed wlandau closed 3 years ago

wlandau commented 3 years ago

rjags can disable all printed output with the quiet argument, but I do not see this capability in R2jags.

Related: the rOpenSci package guide recommends message() and warning() for all output instead of print() or cat() because the latter output is harder to suppress. I realize this comes from rjags and not R2jags, but I think the ability to opt out of printing should be fine.