Skip to content

Commit

Permalink
changed pak to remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Aug 13, 2024
1 parent 3cd4702 commit b86319a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install_by_pak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
use-public-rspm: true

- name: Install pak
run: Rscript -e 'install.packages("pak")'
run: Rscript -e 'install.packages("remotes")'

- name: Install OmnipathR from git by pak
run: Rscript -e 'pak::pkg_install("saezlab/OmnipathR")'
run: Rscript -e 'remotes::install_github("saezlab/OmnipathR")'

0 comments on commit b86319a

Please sign in to comment.