Skip to content

Commit 9aa7088

Browse files
Install assorthead devel before libscran/scrapper for macOS/Windows CI.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 22c7e90 commit 9aa7088

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/rworkflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runner_os: ${{ runner.os }}
5757
run_telemetry: ${{ false }}
5858
force_install: ${{ true }}
59-
cache_version: cache-v4-libscran-scrapper
59+
cache_version: cache-v5-assorthead-devel
6060
docker_registry: ghcr.io
6161

6262
docker-build-and-push:

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Suggests:
7171
cellNexus
7272
VignetteBuilder: knitr
7373
Remotes:
74+
github::bioc/assorthead@devel,
7475
libscran/scrapper,
7576
alanocallaghan/scater@devel,
7677
MangiolaLaboratory/cellNexus

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ COPY --chown=rstudio:rstudio . /home/rstudio/
66

77
RUN Rscript -e "if (!requireNamespace('BiocManager', quietly = TRUE)) install.packages('BiocManager'); BiocManager::install(version = 'devel', ask = FALSE)"
88

9-
RUN Rscript -e "if (!requireNamespace('remotes', quietly = TRUE)) install.packages('remotes'); options(repos = BiocManager::repositories()); remotes::install_github('libscran/scrapper', upgrade = 'never'); remotes::install_github('alanocallaghan/scater', ref = 'devel', upgrade = 'never'); BiocManager::install(c('nnSVG', 'BiocStyle', 'BiocVersion'), ask = FALSE); remotes::install_github('MangiolaLaboratory/cellNexus', build_vignettes = FALSE, upgrade = 'never')"
9+
RUN Rscript -e "if (!requireNamespace('remotes', quietly = TRUE)) install.packages('remotes'); options(repos = BiocManager::repositories()); remotes::install_github('bioc/assorthead', ref = 'devel', upgrade = 'never'); remotes::install_github('libscran/scrapper', upgrade = 'never'); remotes::install_github('alanocallaghan/scater', ref = 'devel', upgrade = 'never'); BiocManager::install(c('nnSVG', 'BiocStyle', 'BiocVersion'), ask = FALSE); remotes::install_github('MangiolaLaboratory/cellNexus', build_vignettes = FALSE, upgrade = 'never')"
1010

1111
RUN Rscript -e "options(repos = BiocManager::repositories()); devtools::install('.', dependencies = TRUE, build_vignettes = TRUE, upgrade = FALSE)"

0 commit comments

Comments
 (0)