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 30b442b commit 3a14a08
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/RCMD_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,11 @@ jobs:
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
install.packages("Matrix", type="source")
remotes::install_cran(c("rcmdcheck", "XML", "RCurl"))
BiocManager::install(c("MouseGastrulationData", "MouseThymusAgeing", "scRNAseq"))
shell: Rscript {0}

- name: Build Matrix
run: |
remotes::install_version(c("Matrix"), version="1.6-4", build=TRUE)
shell: Rscript {0}

- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
Expand Down

0 comments on commit 3a14a08

Please sign in to comment.