We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15e6dd commit 94f300bCopy full SHA for 94f300b
.github/workflows/pkgdown.yaml
@@ -36,23 +36,23 @@ jobs:
36
extra-packages: |
37
any::pkgdown
38
local::.
39
- any::BH
40
any::bayesplot
+ any::BH
41
any::brms
42
any::ggplot2
43
any::rmarkdown
44
+ any::Rcpp
45
+ any::RcppEigen
46
any::rstan
47
any::rstanarm
48
any::rstantools
49
any::spdep
50
+ any::StanHeaders
51
any::knitr
- needs: |
- website
- soft
52
- vignettes
+ needs: website
53
54
- name: Build site
55
- run: pkgdown::build_site_github_pages(new_process = FALSE, install = TRUE)
+ run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
56
shell: Rscript {0}
57
58
- name: Deploy to GitHub pages 🚀
0 commit comments