Skip to content

Commit

Permalink
ci(tets.yml): add options ins devtools installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bmascat committed Jun 24, 2024
1 parent 6d4c901 commit 054b1f1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:

- name: Install devtools
run: |
install.packages("devtools", repos = "https://cloud.r-project.org")
options(repos = c(CRAN = "https://cloud.r-project.org"))
utils::install.packages("devtools")
shell: Rscript {0}

- name: Run tests
run: |
library(devtools)
devtools::test()
shell: Rscript {0}

shell: Rscript {0}
Binary file modified results/figures/Fig1_cohort_description.pdf
Binary file not shown.
Binary file modified results/figures/Fig2_SS_analysis.pdf
Binary file not shown.
Binary file modified results/figures/Fig3_subgroups_phenotype_analysis.pdf
Binary file not shown.

0 comments on commit 054b1f1

Please sign in to comment.