Skip to content

Commit

Permalink
try again with adding INLA repo
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jul 28, 2024
1 parent 14146d2 commit e513c41
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Fedora_setup_pak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,9 @@ jobs:
BiocManager::install("graph")
shell: Rscript {0}

- name: adding repo for INLA to pak
run: |
pak::repo_add(INLA = "https://inla.r-inla-download.org/R/stable/")
shell: Rscript {0}

- name: pak install from GitHub
run: |
pak::repo_add(INLA = "https://inla.r-inla-download.org/R/stable/")
pak::pkg_install("furrer-lab/abn@${{ env.BRANCH }}", dependencies=TRUE)
library('abn')
shell: Rscript {0}
Expand Down

0 comments on commit e513c41

Please sign in to comment.