Changes in version 0.8-10 Octoer 2025 - Add NEWS.md, README.Rmd (which expands and completes the previous README.md), CONTRIBUTING.md and CONDUCT.md. June 2024 - Fix print table to also show the running time. (806f3c4) - Change defaults for the option progress.bar to "none"" and for quiet to TRUE. This helps when running R2jags in the background (eg for Rmarkdown or qmd). (5e6cb5c) - Add adaptation after model compilation, otherwise it would happen automatically at the point of sampling and would throw an annoying message. This way, it still allows for proper burnin, but also does an arbitrarily short/long adaptation phase. (27424a8) July 2024 - Change in jags.R to allow for the option burnin=0. (00b7478) Mar 2024 - Start devel branch by adding the count_nodes function. (fb0c898)