Skip to content

Commit

Permalink
install rjags package
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkenwg committed Jan 28, 2025
1 parent da785d6 commit 36b8409
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:

- name: Install JAGS macOS
if: runner.os == 'macOS'
run: |
brew install jags
ls -l /usr/local/lib/libjags.4.dylib
run: brew install jags

- name: Install rjags on macOS
if: runner.os == 'macOS'
run: R -e "install.packages('rjags')"

- name: Download JAGS Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit 36b8409

Please sign in to comment.