Skip to content

Commit d193564

Browse files
committed
Just parse
1 parent b3e2f13 commit d193564

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/test-rstan.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,16 @@ jobs:
7878

7979
- uses: r-lib/actions/setup-r-dependencies@v2
8080
with:
81-
extra-packages: local::. any::rstan
81+
extra-packages: local::. any::rstan any::rstantools
8282
pak-version: ${{ matrix.config.os == 'windows-11-arm' && 'none' || 'stable' }}
8383

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+
8489
- name: Check rstan stanc works with complex packages
8590
run: |
86-
pak::pak(c("cran::ctsem", "cran::rstanarm"))
87-
pak::pak(c("cran::ctsem?source", "cran::rstanarm?source"))
91+
rstantools::rstan_config("ctsem")
92+
rstantools::rstan_config("blavaan")
8893
shell: Rscript {0}

0 commit comments

Comments
 (0)