Skip to content

Infer offset between infection to ED visit delay distribution and infection to hosp admission delay distribution #920

Infer offset between infection to ED visit delay distribution and infection to hosp admission delay distribution

Infer offset between infection to ED visit delay distribution and infection to hosp admission delay distribution #920

Workflow file for this run

name: R CMD check hewr
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
check-hewr:
strategy:
matrix:
r-version: ["4.4.0", "release"]
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{matrix.r-version}}
use-public-rspm: true
- name: "Set up dependencies for hewr"
uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: hewr
needs: check
- name: "Check hewr package"
uses: r-lib/actions/check-r-package@v2
with:
working-directory: hewr