richarddmorey / BayesFactor

BayesFactor R package for Bayesian data analysis with common statistical models.
https://richarddmorey.github.io/BayesFactor/
132 stars 49 forks source link

Fix to callback partial abortion issue #62

Closed jonathon-love closed 9 years ago

jonathon-love commented 9 years ago

I've replaced all calls to try() in the package to BFtry()

BFtry() behaves exactly like try() however, it aborts in the case of a callback abortion

Fixes #52