Skip to content

Commit

Permalink
shorten package check time (requested by CRAN)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Aug 1, 2018
1 parent f92faec commit e1659ae
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: bayesplot
Type: Package
Title: Plotting for Bayesian Models
Version: 1.6.0
Date: 2018-07-27
Date: 2018-08-01
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "[email protected]"),
person("Tristan", "Mahr", role = "aut"),
person("Paul-Christian", "Bürkner", role = "ctb"),
Expand All @@ -18,7 +18,7 @@ License: GPL (>= 3)
LazyData: TRUE
URL: http://mc-stan.org/bayesplot
BugReports: https://github.com/stan-dev/bayesplot/issues/
SystemRequirements: pandoc
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc
Depends:
R (>= 3.1.0)
Imports:
Expand Down
3 changes: 2 additions & 1 deletion vignettes/children/SETTINGS-knitr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ knitr::opts_chunk$set(
fig.width = 5,
out.width = "60%",
fig.align = "center",
comment = NA
comment = NA,
eval = params$EVAL
)
```
2 changes: 2 additions & 0 deletions vignettes/graphical-ppcs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ output:
rmarkdown::html_vignette:
toc: true
toc_depth: 3
params:
EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
vignette: >
%\VignetteIndexEntry{Graphical posterior predictive checks}
%\VignetteEngine{knitr::rmarkdown}
Expand Down
2 changes: 2 additions & 0 deletions vignettes/plotting-mcmc-draws.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ output:
rmarkdown::html_vignette:
toc: true
toc_depth: 3
params:
EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
vignette: >
%\VignetteIndexEntry{Plotting MCMC draws}
%\VignetteEngine{knitr::rmarkdown}
Expand Down
2 changes: 2 additions & 0 deletions vignettes/visual-mcmc-diagnostics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ output:
rmarkdown::html_vignette:
toc: true
toc_depth: 3
params:
EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
vignette: >
%\VignetteIndexEntry{Visual MCMC diagnostics}
%\VignetteEngine{knitr::rmarkdown}
Expand Down

0 comments on commit e1659ae

Please sign in to comment.