pfmc-assessments / sa4ss

Generate a stock assessment document from Stock Synthesis output
https://pfmc-assessments.github.io/sa4ss/
Other
12 stars 7 forks source link

Create GitHub action to render any data-raw files upon changes #76

Closed kellijohnson-NOAA closed 1 year ago

kellijohnson-NOAA commented 1 year ago

Problem

Updates are made to data-raw/authors.csv but the R script is not run and the resulting data file is not changed. Thus, the authors are not present in the package.

Proposal

Write a GitHub action to render the file upon changes.

:cucumber:

kellijohnson-NOAA commented 1 year ago

This is now automated with a GitHub action so if the rda file is not updated upon push it is not a big deal. The action takes way too long b/c I am installing all of the dependencies where I really just need utils and usethis. I should also tag the pull request so I am leaving this open for now.

kellijohnson-NOAA commented 1 year ago

Tagged with 2c09669. Only takes 3 min, so leaving as is with needs: data based on instructions/example here.