Skip to content

Commit

Permalink
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 8c6a0fa commit dcd9748
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Fedora_setup_pak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ 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: |
install.packages('pak', repos=c(CRAN="https://cran.r-project.org"))
Expand Down

0 comments on commit dcd9748

Please sign in to comment.