For full set-up including R and RStudio, go to full setup

Set-up:

  1. Go to https://github.com/eeholmes/Catch-Forecasting-Files and copy all the files into a directory.
  1. 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.

  2. Next time you open RStudio, you can select your project from the upper right..

  3. 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")