We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Would it it be possible to adjust how import handles messages?
import
I.e. wrapping rtracklayer::import(x) in either suppressMessages() or suppressWarnings() does not provide the intended silencing of import's messages.
rtracklayer::import(x)
suppressMessages()
suppressWarnings()
The text was updated successfully, but these errors were encountered:
See the following lines:
rtracklayer/src/ucsc/errAbort.c
Lines 53 to 58 in 32cd3c2
which calls vfprintf rather than standard warning(), error(), message().
vfprintf
warning()
error()
message()
Sorry, something went wrong.
No branches or pull requests
Hi,
Would it it be possible to adjust how
import
handles messages?I.e. wrapping
rtracklayer::import(x)
in eithersuppressMessages()
orsuppressWarnings()
does not provide the intended silencing ofimport
's messages.The text was updated successfully, but these errors were encountered: