From debbab08014b22e0752838f0c404bd356b112319 Mon Sep 17 00:00:00 2001 From: VisruthSK Date: Thu, 30 Jul 2026 02:00:53 -0700 Subject: [PATCH 1/4] Force source install of stringfish --- .github/workflows/pkgdown.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index c90bb00b8..76664213a 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -34,7 +34,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config + extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config, any::stringfish?source - name: Install CmdStan run: Rscript -e "cmdstanr::install_cmdstan()" @@ -53,4 +53,4 @@ jobs: with: clean: false branch: gh-pages - folder: docs \ No newline at end of file + folder: docs From 2d9ef5e80e1ce7734cc22269260e6f41e3a8a8f3 Mon Sep 17 00:00:00 2001 From: VisruthSK Date: Thu, 30 Jul 2026 03:15:04 -0700 Subject: [PATCH 2/4] Actually force source install of stringfish --- .github/workflows/pkgdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 76664213a..331ba8cc2 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -34,7 +34,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config, any::stringfish?source + extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config, stringfish?source - name: Install CmdStan run: Rscript -e "cmdstanr::install_cmdstan()" From 8d014ab51c130237f8fb2974a32f2e228ce00441 Mon Sep 17 00:00:00 2001 From: VisruthSK Date: Sun, 2 Aug 2026 12:41:55 -0700 Subject: [PATCH 3/4] Force source install of qs2 only --- .github/workflows/pkgdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 331ba8cc2..b3c41c465 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -34,7 +34,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config, stringfish?source + extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config, qs2=?source - name: Install CmdStan run: Rscript -e "cmdstanr::install_cmdstan()" From 5886f9a7a7fffdcb1ad39c8830185d698ecac1d9 Mon Sep 17 00:00:00 2001 From: VisruthSK Date: Sun, 2 Aug 2026 12:49:52 -0700 Subject: [PATCH 4/4] Also install source stringfish --- .github/workflows/pkgdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index b3c41c465..c0b63195c 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -34,7 +34,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config, qs2=?source + extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config, qs2=?source, stringfish=?source - name: Install CmdStan run: Rscript -e "cmdstanr::install_cmdstan()"