Skip to content

Check CRAN status

Check CRAN status #25

Workflow file for this run

name: Check CRAN status
on:
schedule:
# Runs daily at 4:00 PM UTC (9:00 AM PST)
- cron: '0 16 * * *'
# allows for manually running of the check
workflow_dispatch:
jobs:
check_cran_status:
runs-on: ubuntu-latest
steps:
- name: Get CRAN checks - hoopR
uses: flrsh-dev/cran-checks/check-pkg@main
with:
pkg: hoopR
- name: Get CRAN checks - wehoop
uses: flrsh-dev/cran-checks/check-pkg@main
with:
pkg: wehoop
- name: Get CRAN checks - fastRhockey
uses: flrsh-dev/cran-checks/check-pkg@main
with:
pkg: fastRhockey
- name: Get CRAN checks - baseballr
uses: flrsh-dev/cran-checks/check-pkg@main
with:
pkg: baseballr
- name: Get CRAN checks - worldfootballR
uses: flrsh-dev/cran-checks/check-pkg@main
with:
pkg: worldfootballR
- name: Get CRAN checks - sportyR
uses: flrsh-dev/cran-checks/check-pkg@main
with:
pkg: sportyR
- name: Get CRAN checks - oddsapiR
uses: flrsh-dev/cran-checks/check-pkg@main
with:
pkg: oddsapiR