Skip to content

Commit

Permalink
removed rjags install
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkenwg committed Jan 28, 2025
1 parent 36b8409 commit c75e074
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
if: runner.os == 'macOS'
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'
run: (New-Object System.Net.WebClient).DownloadFile('https://github.com/poissonconsulting/jags-win/raw/main/JAGS-4.3.1.exe', 'C:\JAGS-4.3.1.exe')
Expand Down

0 comments on commit c75e074

Please sign in to comment.