Skip to content

Commit

Permalink
Updated workflows to new R 4.3 and corresponding Bioconductor release
Browse files Browse the repository at this point in the history
  • Loading branch information
neuroimaginador committed Apr 24, 2023
1 parent e1f5128 commit 010acb4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release', bioc: '3.15'}
- {os: macOS-latest, r: 'release', bioc: '3.17'}
- {os: windows-latest, r: 'release', bioc: '3.17'}
# - {os: ubuntu-16.04, bioc: '3.13', cont: "bioconductor/bioconductor_docker:devel", r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", http-user-agent: "R/4.0.0 (ubuntu-16.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
- {os: ubuntu-20.04, r: 'release', bioc: '3.17', rspm: "https://packagemanager.rstudio.com/all/__linux__/bionic/latest"}
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@master

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release', bioc: '3.15'}
- {os: macOS-latest, r: 'release', bioc: '3.17'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@master

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-pandoc@v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: r-lib/actions/pr-fetch@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
- name: Install dependencies
run: Rscript -e 'install.packages(c("remotes", "roxygen2"))' -e 'remotes::install_deps(dependencies = TRUE)'
- name: Document
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release', bioc: '3.15'}
- {os: macOS-latest, r: 'release', bioc: '3.17'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@master

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-pandoc@v1

Expand Down

0 comments on commit 010acb4

Please sign in to comment.