I get an error when using an R function that I wrote:
Warning messages: 1: glm.fit: algorithm did not converge 2: glm.fit: algorithm did not converge
My general strategy looks like:
traceback()
options(warn=2)
options(error=recover)