diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index b9bdcfd..8423f7e 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -53,8 +53,9 @@ jobs: matrix: config: - { os: ubuntu-latest, r: 'devel', bioc: 'devel', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"} - - { os: macOS-latest, r: 'devel', bioc: 'devel'} - - { os: windows-latest, r: 'devel', bioc: 'devel'} + - { os: ubuntu-latest, r: 'release', bioc: 'release'} + - { os: macOS-latest, r: 'release', bioc: 'release'} + - { os: windows-latest, r: 'release', bioc: 'release'} ## 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 c2cecb8..f932b15 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: SIMLR Version: 1.31.0 -Date: 2024-05-07 +Date: 2024-07-22 Title: Single-cell Interpretation via Multi-kernel LeaRning (SIMLR) Authors@R: c(person("Daniele", "Ramazzotti", role=c("aut"),email="daniele.ramazzotti@unimib.it", @@ -33,7 +33,7 @@ License: file LICENSE URL: https://github.com/BatzoglouLabSU/SIMLR BugReports: https://github.com/BatzoglouLabSU/SIMLR biocViews: ImmunoOncology, Clustering, GeneExpression, Sequencing, SingleCell -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 LinkingTo: Rcpp NeedsCompilation: yes VignetteBuilder: knitr