Pre-Work

Post-Workshop Update

Git and GitHub were not used in this workshop. The Website modules were updated to use Netlify Drop instead of Git and GitHub.

Day 1

pkg_list <- c(
  "tinytex", "quarto", "knitr", "here", "yaml"
)
install.packages(pkg_list)
  • Register an account with Quarto Pub[^2]: https://quartopub.com

  • Download and unzip day01-exercises.zip. Then, go to RStudio > File > New Project > Existing Directory and navigate to the unzipped day01-exercises folder and create an RStudio project2 in there and open it.

Day 2

  • Keep adding content to replication-pkg/
  • Check out Quarto websites and see if there are any features you’d particularly like to learn:

Footnotes

  1. See this video tutorial for step-by-step instructions↩︎

  2. For more about RStudio Projects see this explainer↩︎