From a81581050b737443b228deec65827d64f79374c7 Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Tue, 1 Oct 2024 13:37:58 +0100 Subject: [PATCH 1/2] Version bump to rebuild classes derived from `DotPlot`. --- DESCRIPTION | 4 ++-- NEWS.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 13817a0..12ae038 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: iSEEde Title: iSEE extension for panels related to differential expression analysis -Version: 1.3.0 -Date: 2022-12-02 +Version: 1.3.1 +Date: 2024-10-01 Authors@R: c(person("Kevin", "Rue-Albrecht", email = "kevinrue67@gmail.com", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index 9535bc3..2b58f9a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# iSEEde 1.3.1 + +* Version bump to rebuild classes derived from `DotPlot`. + # iSEEde 0.99.0 NEW FEATURES From a05c315f4120438ff9c3b5cd5203e4b3b91d560c Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Tue, 1 Oct 2024 13:40:34 +0100 Subject: [PATCH 2/2] update github action --- .github/workflows/check-bioc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 8d26afb..f303027 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: @@ -176,7 +176,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()