Skip to content

vignette(dataProcess): Add tables on dataProcess options and assumptions #145

vignette(dataProcess): Add tables on dataProcess options and assumptions

vignette(dataProcess): Add tables on dataProcess options and assumptions #145

Workflow file for this run

name: Dry runs for PRs
on:
pull_request:
branches: [devel]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup R and Bioconductor
uses: grimbough/bioc-actions/setup-bioc@v1
with:
bioc-version: devel
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
- name: Build, Install, Check
uses: grimbough/bioc-actions/build-install-check@v1