kenkellner / jagsUI

R package to Run JAGS (Just Another Gibbs Sampler) analyses from within R
https://kenkellner.github.io/jagsUI/
34 stars 8 forks source link

Fix bug in update.jagsUI #44

Closed mikemeredith closed 3 years ago

mikemeredith commented 3 years ago

When processing output and running out of memory ("cannot allocate vector..." error), update.jagsUI should fall back to class jagsUIbasic, but code to catch the NULL output from process.output was not there. Now added.

kenkellner commented 3 years ago

Thank you, Mike!