diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 68b2770..2459e52 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: 'devel', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } + - { os: macOS-latest, r: 'devel', bioc: 'devel'} + - { os: windows-latest, r: 'devel', bioc: 'devel'} ## Check https://github.com/r-lib/actions/tree/master/examples ## for examples using the http-user-agent env: diff --git a/DESCRIPTION b/DESCRIPTION index f3d8005..18627ac 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: iSEEhub Title: iSEE for the Bioconductor ExperimentHub -Version: 1.5.0 -Date: 2023-07-02 +Version: 1.5.1 +Date: 2024-07-02 Authors@R: c(person("Kevin", "Rue-Albrecht", , "kevinrue67@gmail.com", role = c("aut", "cre"), diff --git a/vignettes/screenshots/isee_eh1.png b/vignettes/screenshots/isee_eh1.png index 43c4111..2089124 100644 Binary files a/vignettes/screenshots/isee_eh1.png and b/vignettes/screenshots/isee_eh1.png differ diff --git a/vignettes/screenshots/landing_page_config.png b/vignettes/screenshots/landing_page_config.png index 07e965a..7f10553 100644 Binary files a/vignettes/screenshots/landing_page_config.png and b/vignettes/screenshots/landing_page_config.png differ diff --git a/vignettes/screenshots/landing_page_overview.png b/vignettes/screenshots/landing_page_overview.png index b931cb8..ddaacc5 100644 Binary files a/vignettes/screenshots/landing_page_overview.png and b/vignettes/screenshots/landing_page_overview.png differ