📢 Goal
The main goal of this repository is to replicate the 2024 Indian Ocean yellowfin assessment configurations in R. The assessment is implemented in Stock Synthesis 3.
This is the developers' branch. If you want to reproduce this assessment, see the reproducible
branch: https://github.com/Fundacion-AZTI/IOTC_YFT_2024_Assessment/tree/reproducible.
If you are unfamiliar with Github, these are the first steps that you need to do:
- Create a Github account here.
- The simplest way to manage your files (on Windows) is to use Github Desktop.
- Clone this repository. Follow these instructions.
If you followed these steps, you will now have all the files of this repository locally (i.e., in your computer). Now you can start making changes to existing files or adding new files.
Every time you want to make a new change (assuming you are already a collaborator in this repository), you must follow the following steps:
git pull
to have all the updates that other people could have made. It is highly recommended togit pull
the repository regularly and before making any change. Follow these instructions.git commit
to record changes to one or more files, and it is done after you have made the desired change. Write a short description of the change. Follow these instructions.- After you are done with the
git commit
, you need togit push
your changes to make them available to all the collaborators. You can check that your changes have been successfully uploaded to the repository by examining the Github repository site.