Rindrics / saaas

https://rindrics.github.io/saaas/
Other
0 stars 0 forks source link

DOI

EXPERIMENTAL

Stock assessment as a Softare

Demonstrates how to implement stock assessment itself as reproducible software

This technique is effective not only for reproducibility, but also formalize our work,

Sample report can be seen here

How to update assessment

Confirm build passing

Run devtools::test() to confirm the letest version (i.e. assessment conducted in the previous year) works as intended :white_check_mark:

Update test to break build

Every work starts from issues. Although the build success is a good news for scientist developed the latest version, but not for you---you have to break build to start your work.

If you are about to start stock assessment in 2021, the test case in tests/testthat/test-overall.R does not match current status.

Journey to fix build

What does the build error says?