You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am writing a pretty huge application using RGtk2 and I want to prevent errormessages produced by RGtk2-functions from being printed to the R-console, without just redirecting the stderr putput. I already tried to solve it using handleError, but in my case this only changed the function output, but the error message was still printed.
Am I doing something wrong with this code? (New error handling is enabled) It is always printing the error and the only difference in using handleError is the additional NULL printed.
With the new error handling, GTK+ errors become R conditions, so they can
be handled like any other condition. For example, you could wrap the
error-causing call in try(call, silent=TRUE). Of course, you should have a
good reason for doing this...
Hi,
I am writing a pretty huge application using RGtk2 and I want to prevent
errormessages produced by RGtk2-functions from being printed to the
R-console, without just redirecting the stderr putput. I already tried to
solve it using handleError, but in my case this only changed the function
output, but the error message was still printed.
Am I doing something wrong with this code? (New error handling is enabled)
It is always printing the error and the only difference in using
handleError is the additional NULL printed.
Hi,
I am writing a pretty huge application using RGtk2 and I want to prevent errormessages produced by RGtk2-functions from being printed to the R-console, without just redirecting the stderr putput. I already tried to solve it using handleError, but in my case this only changed the function output, but the error message was still printed.
Am I doing something wrong with this code? (New error handling is enabled) It is always printing the error and the only difference in using handleError is the additional NULL printed.
Could I please get some help solving this problem?
The text was updated successfully, but these errors were encountered: