Skip to content

Commit

Permalink
Remove non-standard Remotes field and manually install bridgestan in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham committed Feb 3, 2025
1 parent 1cf13a4 commit 720402f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, github::roualdes/bridgestan/R>=2.5.0
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,4 @@ Imports:
Matrix,
rlang,
withr
Remotes:
roualdes/bridgestan/R
VignetteBuilder: knitr
1 change: 1 addition & 0 deletions tests/testthat/test-bridges-stan.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
skip_on_cran()
skip_on_os("windows")
skip_if_not_installed("bridgestan")

cached_example_gaussian_stan_model <- (
function() {
Expand Down

0 comments on commit 720402f

Please sign in to comment.