Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up r-lib R CMD check action #6

Merged
merged 10 commits into from
Jan 21, 2025
22 changes: 0 additions & 22 deletions .github/workflows/R-CMD-check.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/r-lib-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: R-CMD-check (r-lib)
'on':
workflow_dispatch:
pull_request:
push:
branches:
- main
schedule:
- cron: '0 0 * * MON'
jobs:
R-CMD-check:
runs-on: ubuntu-latest
steps:
- uses: r-lib/actions/setup-tinytex@v2
- name: Install LaTeX packages
run: |
tlmgr update --self && \
tlmgr install \
cite \
grfext
- uses: uclahs-cds/tool-R-CMD-check-action@main
134 changes: 0 additions & 134 deletions R/read.xls.RCC.R

This file was deleted.

Loading