Skip to content

Commit 90b0377

Browse files
authored
Removed extra repos in rcmdcheck
1 parent 7fab371 commit 90b0377

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,10 @@ jobs:
4141
r-version: ${{ matrix.config.r }}
4242
http-user-agent: ${{ matrix.config.http-user-agent }}
4343
use-public-rspm: true
44-
extra-repositories: |
45-
https://community.r-multiverse.org
46-
https://stan-dev.r-universe.dev
4744

4845
- uses: r-lib/actions/setup-r-dependencies@v2
4946
with:
50-
extra-packages: any::rcmdcheck, any::BH, any::RcppEigen, any::vdiffr, any::cmdstanr
47+
extra-packages: any::rcmdcheck, any::BH, any::RcppEigen, any::vdiffr, github::stan-dev/cmdstanr
5148
needs: check
5249

5350
- name: Install CmdStan

0 commit comments

Comments
 (0)