Hello, I'd like to know if it is Ipossible to enter in a function wich is included in a library ? I know how to debug function wich is in a R file (but not in a library). But it is not the case when the function is included in a library. I want to go step by step in this function in order to test objects 'values. I tried debug(the_function) but the program does not stop at the_function (it only shows the body of the function).
Thanks for your help. -- View this message in context: http://r.789695.n4.nabble.com/Is-it-possible-to-enter-in-a-function-wich-is-within-a-library-tp4644488.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.