Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaras committed Feb 10, 2025
1 parent 2afb442 commit 9fdcd14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
# TODO: enable RSPM when all the packages are available
use-public-rspm: false

# Insert your debug step here, immediately after R is set up
- name: Debug R executable
run: |
which R
file "$(which R)"
R RHOME
- uses: r-lib/actions/setup-pandoc@v2

- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 9fdcd14

Please sign in to comment.