We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e2f13 commit d193564Copy full SHA for d193564
.github/workflows/test-rstan.yaml
@@ -78,11 +78,16 @@ jobs:
78
79
- uses: r-lib/actions/setup-r-dependencies@v2
80
with:
81
- extra-packages: local::. any::rstan
+ extra-packages: local::. any::rstan any::rstantools
82
pak-version: ${{ matrix.config.os == 'windows-11-arm' && 'none' || 'stable' }}
83
84
+ - name: Get Package sources
85
+ run:
86
+ git clone --depth 1 https://github.com/cran/ctsem.git
87
+ git clone --depth 1 https://github.com/cran/blavaan.git
88
+
89
- name: Check rstan stanc works with complex packages
90
run: |
- pak::pak(c("cran::ctsem", "cran::rstanarm"))
- pak::pak(c("cran::ctsem?source", "cran::rstanarm?source"))
91
+ rstantools::rstan_config("ctsem")
92
+ rstantools::rstan_config("blavaan")
93
shell: Rscript {0}
0 commit comments