For full set-up including R and RStudio, go to full setup
Set-up:
If GitHub Desktop works for you, then you can click ‘Clone or download’ and then click open in Desktop.
If GitHub Desktop is not working for you, then click ‘Clone or download’ and then download a zip file and unzip on your computer.
Open RStudio and ‘New Project’ in the upper right. Then select ‘From Existing Directory’ and select the directory where the ‘Catch-Forecasting-Files’ files are.
Next time you open RStudio, you can select your project from the upper right..
Install other packages that we are going to be need. I have created a package on GitHub that will install the packages you need. This will probably take awhile as the first time you do it, many packages will be loaded.
devtools::install_github("RVerse-Tutorials/RWorkflowsetup")