Skip to content

feat(sel): Remove feature specific demo and modify base demo #6990

feat(sel): Remove feature specific demo and modify base demo

feat(sel): Remove feature specific demo and modify base demo #6990

# Runs R CMD CHECK on the package.
name: call-r-cmd-check
on:
push:
paths:
- 'DESCRIPTION'
- 'NAMESPACE'
- 'R/**'
- 'man/**'
- 'tests/**'
- 'inst/**'
- 'data/**'
- 'data-raw/**'
- 'vignettes/**'
- 'src/**'
- 'README.md'
- 'pkgdown/**'
workflow_dispatch:
jobs:
call-workflow:
uses: nmfs-ost/ghactions4r/.github/workflows/r-cmd-check.yml@main
with:
gha_timeout_minutes: 100