Skip to content

Commit bdefc8a

Browse files
committed
Don't skip problem vignettes.
1 parent 9cebec9 commit bdefc8a

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

vignettes/loo2-example.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ output:
66
html_vignette:
77
toc: yes
88
params:
9-
# TODO: REVERT
10-
EVAL: FALSE
11-
# EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
9+
EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
1210
---
1311
<!--
1412
%\VignetteEngine{knitr::rmarkdown}

vignettes/loo2-moment-matching.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ output:
66
html_vignette:
77
toc: yes
88
params:
9-
# TODO: REVERT
10-
EVAL: FALSE
11-
# EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
9+
EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
1210
---
1311
<!--
1412
%\VignetteEngine{knitr::rmarkdown}

0 commit comments

Comments
 (0)