Skip to content

fix: remove sysdata.rda that contains the same as variable-description.rda #150

fix: remove sysdata.rda that contains the same as variable-description.rda

fix: remove sysdata.rda that contains the same as variable-description.rda #150

Workflow file for this run

name: Test, build, and deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types:
- published
jobs:
check:
uses: ./.github/workflows/R-CMD-check.yaml
coverage:
uses: ./.github/workflows/test-coverage.yaml
needs: check
deploy:
permissions:
contents: write
uses: ./.github/workflows/pkgdown.yaml
needs: coverage