Skip to content

Commit 5f1a4c5

Browse files
committed
Update vignettes
1 parent 69f48b1 commit 5f1a4c5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Suggests:
2929
knitr (>= 1.14),
3030
loo (>= 1.1.0),
3131
rmarkdown (>= 1.0.0),
32-
rstan (>= 2.13.2),
32+
rstan (>= 2.14.1),
3333
rstanarm (>= 2.14.1),
3434
rstantools (>= 1.2.0),
3535
scales,

vignettes/MCMC-diagnostics.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ vignette: >
1010
%\VignetteIndexEntry{Visual MCMC diagnostics}
1111
%\VignetteEngine{knitr::rmarkdown}
1212
%\VignetteEncoding{UTF-8}
13-
params:
14-
DONTRUN: !r grepl("^sparc", R.version$platform)
13+
params:
14+
EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
1515
---
1616

1717
```{r, child="children/SETTINGS-knitr.txt"}

vignettes/MCMC.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ vignette: >
99
%\VignetteIndexEntry{Plotting MCMC draws}
1010
%\VignetteEngine{knitr::rmarkdown}
1111
%\VignetteEncoding{UTF-8}
12-
params:
13-
DONTRUN: !r grepl("^sparc", R.version$platform)
12+
params:
13+
EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
1414
---
1515

1616
```{r, child="children/SETTINGS-knitr.txt"}

vignettes/PPC.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ vignette: >
99
%\VignetteIndexEntry{Graphical posterior predictive checks}
1010
%\VignetteEngine{knitr::rmarkdown}
1111
%\VignetteEncoding{UTF-8}
12-
params:
13-
DONTRUN: !r grepl("^sparc", R.version$platform)
12+
params:
13+
EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
1414
---
1515

1616
```{r, child="children/SETTINGS-knitr.txt"}

vignettes/children/SETTINGS-knitr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ knitr::opts_chunk$set(
99
out.width = "60%",
1010
fig.align = "center",
1111
comment = NA,
12-
eval = if (isTRUE(exists("params"))) !params$DONTRUN else FALSE
12+
eval = params$EVAL
1313
)
1414
```

0 commit comments

Comments
 (0)