File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Suggests:
29
29
knitr (>= 1.14),
30
30
loo (>= 1.1.0),
31
31
rmarkdown (>= 1.0.0),
32
- rstan (>= 2.13.2 ),
32
+ rstan (>= 2.14.1 ),
33
33
rstanarm (>= 2.14.1),
34
34
rstantools (>= 1.2.0),
35
35
scales,
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ vignette: >
10
10
%\VignetteIndexEntry{Visual MCMC diagnostics}
11
11
%\VignetteEngine{knitr::rmarkdown}
12
12
%\VignetteEncoding{UTF-8}
13
- params :
14
- DONTRUN : !r grepl("^sparc", R.version$platform )
13
+ params :
14
+ EVAL : !r identical(Sys.getenv("NOT_CRAN"), "true" )
15
15
---
16
16
17
17
``` {r, child="children/SETTINGS-knitr.txt"}
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ vignette: >
9
9
%\VignetteIndexEntry{Plotting MCMC draws}
10
10
%\VignetteEngine{knitr::rmarkdown}
11
11
%\VignetteEncoding{UTF-8}
12
- params :
13
- DONTRUN : !r grepl("^sparc", R.version$platform )
12
+ params :
13
+ EVAL : !r identical(Sys.getenv("NOT_CRAN"), "true" )
14
14
---
15
15
16
16
``` {r, child="children/SETTINGS-knitr.txt"}
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ vignette: >
9
9
%\VignetteIndexEntry{Graphical posterior predictive checks}
10
10
%\VignetteEngine{knitr::rmarkdown}
11
11
%\VignetteEncoding{UTF-8}
12
- params :
13
- DONTRUN : !r grepl("^sparc", R.version$platform )
12
+ params :
13
+ EVAL : !r identical(Sys.getenv("NOT_CRAN"), "true" )
14
14
---
15
15
16
16
``` {r, child="children/SETTINGS-knitr.txt"}
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ knitr::opts_chunk$set(
9
9
out.width = "60%",
10
10
fig.align = "center",
11
11
comment = NA,
12
- eval = if (isTRUE(exists(" params"))) !params$DONTRUN else FALSE
12
+ eval = params$EVAL
13
13
)
14
14
```
You can’t perform that action at this time.
0 commit comments