Skip to content

Commit

Permalink
Add rspm install/config to R setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dcollins15 committed Nov 21, 2024
1 parent faf7b5b commit 8cc1823
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
with:
# install the R version specified by the current strategy
r-version: ${{ matrix.r-version }}
# rspm provides pre-compiles binary packages, providing faster
# more reliable installs
use-public-rspm: true
# specify additional repositories to pull dependencies not
# available on CRAN (i.e. `BPCells`)
extra-repositories: ${{ 'https://bnprks.r-universe.dev' }}
Expand Down

0 comments on commit 8cc1823

Please sign in to comment.