fix: bug in create_sample_struct
for mean size at age data
#131
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run r cmd check | |
name: call-calc_coverage | |
on: | |
workflow_dispatch: | |
push: | |
paths-ignore: | |
- '.github/**' | |
- 'docs/**' | |
- '**.md' | |
- '**.MD' | |
- DESCRIPTION | |
- '.gitignore' | |
- '.Rbuildignore' | |
- 'JOSS/**' | |
pull_request: | |
paths-ignore: | |
- '.github/**' | |
- 'docs/**' | |
- '**.md' | |
- '**.MD' | |
- 'DESCRIPTION' | |
- '.gitignore' | |
- '.Rbuildignore' | |
- 'JOSS/**' | |
jobs: | |
call-workflow: | |
uses: nmfs-fish-tools/ghactions4r/.github/workflows/calc-coverage.yml@main |