Skip to content

Commit

Permalink
trying to get Matrix to build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDMorgan committed Dec 14, 2023
1 parent 3a14a08 commit 2b94fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RCMD_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
install.packages("Matrix", type="source")
remotes::install_cran(c("rcmdcheck", "XML", "RCurl"))
install.packages("irlba", type="source")
BiocManager::install(c("MouseGastrulationData", "MouseThymusAgeing", "scRNAseq"))
shell: Rscript {0}

Expand Down

0 comments on commit 2b94fbb

Please sign in to comment.