Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ name: rworkflows
- main
- devel
- RELEASE_**
- '*'
- '!gh-pages'
pull_request:
branches:
- master
- main
- devel
- RELEASE_**
- '*'
- '!gh-pages'
jobs:
rworkflows:
permissions: write-all
Expand All @@ -27,17 +23,17 @@ jobs:
matrix:
config:
- os: ubuntu-latest
bioc: release
bioc: devel
r: auto
cont: ghcr.io/bioconductor/bioconductor_docker:RELEASE_3_21
cont: ghcr.io/bioconductor/bioconductor_docker:devel
rspm: ~
- os: macOS-latest
bioc: release
bioc: devel
r: auto
cont: ~
rspm: ~
- os: windows-latest
bioc: release
bioc: devel
r: auto
cont: ~
rspm: ~
Expand All @@ -57,6 +53,6 @@ jobs:
run_docker: ${{ false }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
runner_os: ${{ runner.os }}
cache_version: cache-v2
cache_version: cache-v1
docker_registry: ghcr.io
force_install: ${{ true }}
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: miaSim
Type: Package
Version: 1.9.2
Version: 1.15.1
Authors@R:
c(person(given = "Yagmur", family = "Simsek", role = c("cre", "aut"),
email = "yagmur.simsek.98@gmail.com"),
Expand Down
Loading