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.
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 setinherit = FALSE
in theget()
,assign()
,mget()
, andexists()
functions. Nonetheless, the assign function already hasinherit = FALSE.