From 9d9a3c3493c72b0e953a8bd67f82b334b0d5c97a Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Tue, 1 Oct 2024 15:40:24 +0100 Subject: [PATCH] Version bump to rebuild classes derived from `DotPlot`. (#34) --- .github/workflows/check-bioc.yml | 8 ++++---- DESCRIPTION | 4 ++-- NEWS.md | 4 ++++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 68b2770..6a9ef32 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -52,9 +52,9 @@ jobs: fail-fast: false matrix: config: - - { os: ubuntu-latest, r: 'devel', bioc: '3.17', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } - - { os: macOS-latest, r: 'devel', bioc: '3.17'} - - { os: windows-latest, r: 'devel', bioc: '3.17'} + - { os: ubuntu-latest, r: 'devel', bioc: '3.20', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } + - { os: macOS-latest, r: 'devel', bioc: '3.20'} + - { os: windows-latest, r: 'devel', bioc: '3.20'} ## Check https://github.com/r-lib/actions/tree/master/examples ## for examples using the http-user-agent env: @@ -179,7 +179,7 @@ jobs: gha_repos <- if( .Platform$OS.type == "unix" && Sys.info()["sysname"] != "Darwin" ) c( - "AnVIL" = "https://bioconductordocker.blob.core.windows.net/packages/3.17/bioc", + "AnVIL" = "https://bioconductordocker.blob.core.windows.net/packages/3.20/bioc", BiocManager::repositories() ) else BiocManager::repositories() diff --git a/DESCRIPTION b/DESCRIPTION index 455eed0..7d362c5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: iSEEhub Title: iSEE for the Bioconductor ExperimentHub -Version: 1.7.0 -Date: 2023-07-02 +Version: 1.7.1 +Date: 2024-10-01 Authors@R: c(person("Kevin", "Rue-Albrecht", , "kevinrue67@gmail.com", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index 9314542..aab90ca 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# iSEEhub 1.7.1 + +* Version bump to rebuild classes derived from `DotPlot`. + # iSEEhub 1.3.2 BUG FIXES