From 0eec63a9a8e414bc79ea331ea2a62cd35c6de9da Mon Sep 17 00:00:00 2001 From: Ken Kellner Date: Sun, 21 Jan 2024 17:24:12 -0500 Subject: Fix check failures --- .Rbuildignore | 1 + vignettes/jagsUI.Rmd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.Rbuildignore b/.Rbuildignore index 202da92..d412852 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -17,3 +17,4 @@ env.R Makefile ^docs$ ^pkgdown$ +^_pkgdown\.yml$ diff --git a/vignettes/jagsUI.Rmd b/vignettes/jagsUI.Rmd index a205ac6..9b395a7 100644 --- a/vignettes/jagsUI.Rmd +++ b/vignettes/jagsUI.Rmd @@ -164,7 +164,7 @@ We should see information and progress bars in the console. If we have a long-running model and a powerful computer, we can tell `jagsUI` to run each chain on a separate core in parallel by setting argument `parallel = TRUE`: -```{r} +```{r, eval=FALSE} out <- jags(data = jags_data, inits = inits, parameters.to.save = params, -- cgit v1.2.3