GitHub Repo for FISH 550 2025 https://atsa-es.github.io/atsa/
install.packages('atsalibrary', repos = c('https://atsa-es.r-universe.dev', 'https://cloud.r-project.org'))
# to also install Suggests use
install.packages('atsalibrary', repos = c('https://atsa-es.r-universe.dev', 'https://cloud.r-project.org'), dependencies = TRUE)
Look in the ReadMe file in the Lab folder. Do your team work in your team folder. Once done, label your final team write-up as Lab-X-team-X_final.Rmd.
Students ignore this.
- Make sure GH Pages is set up to use gh-pages branch
- Make sure the gh-pages branch exists. You can create on GH
- Back on RStudio, make sure you are not on the GH branch (locally). Do a Git pull to make sure you have the
gh-pagesbranch locally but don't switch to it.
Open a terminal and make sure you are in fish550-2025. Run this
quarto publish gh-pages
The first time this is run, it will fail. Do a manual push of the gh-pages branch. After that, the publish command will work.