Hello,
this might help simplify things or gives different options in regards to section 1.3.2 Console messages.
I just came across this change in R-devel and it seems R4.6 will ship with a bit more verbosity control (https://cran.r-project.org/doc/manuals/r-devel/NEWS.html):
“… New logical option() quiet, defaulting to false, set to TRUE by R’s command-line option --quiet (and similar), now can be switched during an R session. Prompted by Dirk Eddelbuettel’s proposal in PR#18913.”
It is worth noting that there is already options("verbose") and soon there will be options("quiet").
It also work with R calling from the console R --vanilla --quiet see the discussion in the link to the pull request above.
Kind regards,
Klaus
Hello,
this might help simplify things or gives different options in regards to section 1.3.2 Console messages.
I just came across this change in R-devel and it seems R4.6 will ship with a bit more verbosity control (https://cran.r-project.org/doc/manuals/r-devel/NEWS.html):
“… New logical option() quiet, defaulting to false, set to TRUE by R’s command-line option --quiet (and similar), now can be switched during an R session. Prompted by Dirk Eddelbuettel’s proposal in PR#18913.”
It is worth noting that there is already
options("verbose")and soon there will beoptions("quiet").It also work with R calling from the console
R --vanilla --quietsee the discussion in the link to the pull request above.Kind regards,
Klaus