suyusung / R2jags

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

Rebased with current changes in 'master' + update 'jags.R' to make the adaption phase silent + update jags documentation with example on pD #22

Closed giabaio closed 2 months ago

giabaio commented 2 months ago

I have implemented only minor changes, incrementally on your current master. The others I discuss in #19 are still on the table, if you're interested. I have a local fork where I have added the global options (via .onLoad) to setup the progress bar and whether the run should be quiet or not (setting text and FALSE by default, but the user could change these globally by re-setting options(r2j.pb="text"), for instance...