Skip to content

Commit

Permalink
ditch biocm specialy install
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jul 28, 2024
1 parent 9542985 commit e3b2dfa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/Fedora_setup_pak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ jobs:
library("rjags")
shell: Rscript {0}

- name: installing dependencies from BiocManager
run: |
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager", repos=c(CRAN="https://cran.r-project.org"))
BiocManager::install("Rgraphviz")
BiocManager::install("graph")
shell: Rscript {0}

- name: pak install from GitHub
run: |
pak::repo_add(INLA = "https://inla.r-inla-download.org/R/stable/")
Expand Down

0 comments on commit e3b2dfa

Please sign in to comment.