Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
danro9685 committed Jul 22, 2024
1 parent 78ba34f commit fcfb3eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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

0 comments on commit fcfb3eb

Please sign in to comment.