USCbiostats / fmcmc

A friendly MCMC framework
https://uscbiostats.github.io/fmcmc/
Other
16 stars 7 forks source link

Convergence check fails when a dataset is named `dat` #21

Closed gvegayon closed 2 years ago

gvegayon commented 2 years ago

This is a consequence of the convergence checker function not binding the search path of objects to LAST_MCMC, for example. This is easy to fix, just set inherit = FALSE in the get(), assign(), mget(), and exists() functions. Nonetheless, the assign function already has inherit = FALSE.