Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicenJoyHenning authored Aug 11, 2024
1 parent a9926bc commit a8cc44b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,23 @@ jobs:
run: |
sudo apt-get install -y libmagick++-dev
- name: Check internet connection
run: |
ping -c 3 cran.r-project.org
- name: Install R package dependencies
run: |
install.packages('devtools')
install.packages('remotes')
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}

- name: Retry installing devtools if failed
if: failure()
run: |
install.packages('devtools')
shell: Rscript {0}

- name: Install DropletQC from GitHub
run: |
devtools::install_github("powellgenomicslab/DropletQC")
Expand Down

0 comments on commit a8cc44b

Please sign in to comment.