Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Nov 19, 2024
1 parent da1e67b commit b6050e5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 92 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
name: R-CMD-check

on:
pull_request:
branches:
- "*"
push:
branches:
- "master"
- "*"

jobs:
R-CMD-check:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
92 changes: 0 additions & 92 deletions .github/workflows/build.yml

This file was deleted.

0 comments on commit b6050e5

Please sign in to comment.