Hey guys,
I'm implementing an R-GUI....does anyone of you know how to handle errors after a wrong entered command....okay, there is "try()" but i don't want to use this! Another possibility is "options(error=recover)" but that's also not what im looking for....
R should not quit after a wrong command and should show the error message...like emacs does if you start R with it.
Can anyone help me please!?!?!
I'm implementing an R-GUI....does anyone of you know how to handle errors after a wrong entered command....okay, there is "try()" but i don't want to use this! Another possibility is "options(error=recover)" but that's also not what im looking for....
R should not quit after a wrong command and should show the error message...like emacs does if you start R with it.
Can anyone help me please!?!?!