Skip to content

Commit

Permalink
-Update GHA to install raybevel
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorganwall committed Mar 30, 2024
1 parent 112f254 commit 9539dab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install GitHub package raybevel
run: |
Rscript -e "if(!requireNamespace('remotes', quietly = TRUE)) install.packages('remotes')"
Rscript -e "remotes::install_github('tylermorganwall/raybevel')"
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 9539dab

Please sign in to comment.