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
I get the error/warning messages only on the inferior-lisp buffer when in emacs. That might be due to R running on a different thread other than that of swank.
Is there a function in the package that would let me capture those warning messages.
Ex: (rclg:r plot)
I would like to capture the following error string Error in is.function(x) : 'x' is missing
Thanks
The text was updated successfully, but these errors were encountered:
I get the error/warning messages only on the inferior-lisp buffer when in emacs. That might be due to R running on a different thread other than that of swank.
Is there a function in the package that would let me capture those warning messages.
Ex:
(rclg:r plot)
I would like to capture the following error string
Error in is.function(x) : 'x' is missing
Thanks
The text was updated successfully, but these errors were encountered: