mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-30 20:18:11 +00:00
install suggests packages explicitly
This commit is contained in:
parent
b75844e07c
commit
8a62574590
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
remotes::install_deps(pkgdir = "R/", dependencies = NA)
|
||||
remotes::install_cran("rcmdcheck")
|
||||
remotes::install_cran(c("rcmdcheck", "knitr", "testthat", "readr", "rmarkdown"))
|
||||
install.packages(c("cmdstanr", "posterior"), repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
|
||||
shell: Rscript {0}
|
||||
- name: Check
|
||||
|
|
|
|||
Loading…
Reference in a new issue