Day 1

Presentation files

Presentation slides for the GitHub for Collaborative Workflows presentation.

View slides in full screen

Presentation slides for the Codespaces presentation.

View slides in full screen

Presentation slides for the Reproducible Environments presentation.

View slides in full screen

Presentation slides for the presentation on modifying and running stock synthesis models.

View slides in full screen

Presentation slides for the Part 2 presentation on modifying and running stock synthesis models.

View slides in full screen

Resources

Example code for modifying a Stock Synthesis input model file and running the modified model through R using the r4ss package can be found in the r-code/ directory on the course GitHub repo.

Briefly the r-code/01-modify-stock-synthesis.r file takes you through the steps of:

There is also code at the end of the file that wraps all three of those steps in a for loop in case multiple alternate model configurations want to be explored.

Back to top