You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add missing newline in warning message.
* Fix roxygen for buildMCMC.
* Remove one of the refs to MCMCsuite/compareMCMCs as redundant.
* Reword some text related to compareMCMCs in manual.
* Fix scoping for user-def objects with nimbleMCMC (issue 1545).
if(missing(code) && missing(model)) stop('must provide either code or model argument')
328
329
if(!samples&&!summary&&!WAIC) stop('no output specified, use samples = TRUE, summary = TRUE, or WAIC = TRUE')
329
330
if(!missing(code) && inherits(code, 'modelBaseClass')) model<-code## let's handle it, if model object is provided as un-named first argument to nimbleMCMC
0 commit comments