Hi all,
I would like to create a function that detects if suppressMessages has been
invoked upon running that same function. I was looking through
{https://cran.r-project.org/doc/manuals/r-release/R-ints.html}, but I haven't
found an answer. I do not understand **how** suppressMessages works.
n run
`are_messages_suppressed` and pass the information on to an explicit `verbose`
argument of the C / C++ function.
- Original Mail -
Von: "Ivan Krylov"
An: "Nino Hardt"
CC: r-devel@r-project.org
Gesendet: Sonntag, 19. Februar 2023 12:01:37
Betreff: Re: [Rd] R: determine if `sup