We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5305c5 commit b3e2f13Copy full SHA for b3e2f13
.github/workflows/test-rstan.yaml
@@ -83,5 +83,6 @@ jobs:
83
84
- name: Check rstan stanc works with complex packages
85
run: |
86
- pak::pak(c("ctsem", "rstanarm"), type = "source")
+ pak::pak(c("cran::ctsem", "cran::rstanarm"))
87
+ pak::pak(c("cran::ctsem?source", "cran::rstanarm?source"))
88
shell: Rscript {0}
0 commit comments