suyusung / R2jags

R2jags: Using R to Run 'JAGS'
8 stars 3 forks source link

Fix error loading JAGS modules if jags.module is character(0) #13

Closed wlandau closed 3 years ago

wlandau commented 3 years ago

This pull request fixes #12 using a couple minor adjustments to help R2jags::jags() tolerate a non-null jags.model argument of length 0.

wlandau commented 3 years ago

Thanks!