[R] showing error line

Jannis bt_jannis at yahoo.de
Thu Jun 20 13:42:52 CEST 2013


Dear R users,


i am trying to get the line number of the code where an error is 
produced. With the options:

options(keep.source = TRUE, show.error.locations = TRUE, 
keep.source.pkgs = TRUE)

I have managed to get the error locations to show up when i source the 
respective files. They do not, however, show up for the same errors when 
I use installed packages. Do I have to build these packages in a 
specific way?


Cheers
Jannis



More information about the R-help mailing list