aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,