Skip to content

Commit

Permalink
cran_checks gha for CRAN checks added
Browse files Browse the repository at this point in the history
  • Loading branch information
saiemgilani committed Sep 3, 2024
1 parent e798b5f commit 75a9548
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/workflows/cran-checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
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
2 changes: 2 additions & 0 deletions sportsdataverse-data.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX

StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
Expand Down

0 comments on commit 75a9548

Please sign in to comment.