How to edit and debug R library sources

Viewed 23060

I've included a library called blotter in my R script which has a bug in it. Is there an easy way for me to edit the source to try and debug the issue?

3 Answers
Related