From 65cce61992e570075807f86a35ea12a083dc4c1a Mon Sep 17 00:00:00 2001 From: MikeDMorgan Date: Thu, 14 Dec 2023 17:11:52 +0000 Subject: [PATCH] tweak YAML --- .github/workflows/RCMD_check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/RCMD_check.yml b/.github/workflows/RCMD_check.yml index cdad277..0c8c69f 100644 --- a/.github/workflows/RCMD_check.yml +++ b/.github/workflows/RCMD_check.yml @@ -72,7 +72,8 @@ jobs: - name: Install dependencies run: | remotes::install_deps(dependencies = TRUE) - remotes::install_cran(c("rcmdcheck", "XML", "RCurl", "Matrix"), repos=NULL, build=TRUE, force=TRUE) + remotes::install_cran(c("rcmdcheck", "XML", "RCurl")) + remotes::install_cran(c("Matrix"), build=TRUE, force=TRUE) BiocManager::install(c("MouseGastrulationData", "MouseThymusAgeing", "scRNAseq")) shell: Rscript {0}