From 05c6c2a3babbf63c0d3349bec22fa0ecceb38af8 Mon Sep 17 00:00:00 2001 From: J Wokaty Date: Tue, 24 Oct 2023 11:25:59 -0400 Subject: [PATCH 1/4] bump x.y.z version to even y prior to creation of RELEASE_3_18 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c83d960..8287231 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: velociraptor Title: Toolkit for Single-Cell Velocity -Version: 1.11.1 +Version: 1.12.0 Date: 2023-07-21 Authors@R: c(person("Kevin", "Rue-Albrecht", role = c("aut", "cre"), email = "kevinrue67@gmail.com", comment = c(ORCID = "0000-0003-3899-3872")), person("Aaron", "Lun", role="aut", email="infinite.monkeys.with.keyboards@gmail.com", comment = c(ORCID = '0000-0002-3564-4813')), From 4b64c3e1dfec6368c25d19fed00f5d1321de4556 Mon Sep 17 00:00:00 2001 From: J Wokaty Date: Tue, 24 Oct 2023 11:25:59 -0400 Subject: [PATCH 2/4] bump x.y.z version to odd y following creation of RELEASE_3_18 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8287231..f0428a5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: velociraptor Title: Toolkit for Single-Cell Velocity -Version: 1.12.0 +Version: 1.13.0 Date: 2023-07-21 Authors@R: c(person("Kevin", "Rue-Albrecht", role = c("aut", "cre"), email = "kevinrue67@gmail.com", comment = c(ORCID = "0000-0003-3899-3872")), person("Aaron", "Lun", role="aut", email="infinite.monkeys.with.keyboards@gmail.com", comment = c(ORCID = '0000-0002-3564-4813')), From a14328fd05965aa721b8b76471c1fa43af7dc893 Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Mon, 29 Jan 2024 10:24:48 +0000 Subject: [PATCH 3/4] use R bioc 3.19 in github action --- .github/workflows/check-bioc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index a09b687..2c08f6c 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: 'release', bioc: '3.18', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } - - { os: macOS-latest, r: 'release', bioc: '3.18'} - - { os: windows-latest, r: 'release', bioc: '3.18'} + - { os: ubuntu-latest, r: 'release', bioc: '3.19', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } + - { os: macOS-latest, r: 'release', bioc: '3.19'} + - { os: windows-latest, r: 'release', bioc: '3.19'} ## Check https://github.com/r-lib/actions/tree/master/examples ## for examples using the http-user-agent env: From 0883bf45f23c9f38788c857d0125be04ec6605d0 Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Mon, 29 Jan 2024 10:41:07 +0000 Subject: [PATCH 4/4] use r devel --- .github/workflows/check-bioc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 2c08f6c..7c4c48c 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: 'release', bioc: '3.19', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } - - { os: macOS-latest, r: 'release', bioc: '3.19'} - - { os: windows-latest, r: 'release', bioc: '3.19'} + - { os: ubuntu-latest, r: 'devel', bioc: '3.19', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } + - { os: macOS-latest, r: 'devel', bioc: '3.19'} + - { os: windows-latest, r: 'devel', bioc: '3.19'} ## Check https://github.com/r-lib/actions/tree/master/examples ## for examples using the http-user-agent env: