aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Kellner <ken@kenkellner.com>2024-01-21 17:24:12 -0500
committerKen Kellner <ken@kenkellner.com>2024-01-21 17:24:12 -0500
commit0eec63a9a8e414bc79ea331ea2a62cd35c6de9da (patch)
tree4a48b682ee173a3e325fd0913b1bd73763a85fbf
parentd486681196c2137f0d6cc3d92a831d0592181684 (diff)
Fix check failures
-rw-r--r--.Rbuildignore1
-rw-r--r--vignettes/jagsUI.Rmd2
2 files changed, 2 insertions, 1 deletions
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,