You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Students are not required to purchase any materials for the course, as we will rely upon freely available software and information sources. As the course progresses, more references will be added to this page.
<br>
## Background information
[Creating a GitHub account](./references/github_signup.html)
[Creating a GitHub Personal Access Token](./references/github_pat_creation.html)
[Installing Git on Windows](./references/git_install_windows.html)
[Ignoring files in Git](./references/set_global_gitignore.html)
<br>
## Online books
Jenny Bryan (and others) [*Happy Git and GitHub for the useR*](https://happygitwithr.com/) [abbreviated "HGG" elsewhere on this site]
Hadley Wickham & Garrett Grolemund [*R for Data Science*](https://r4ds.had.co.nz/index.html)
Natalie Cooper & Pen-Yuan Hsing (Editors) [*A Guide to Reproducible Code in Ecology and Evolution*](https://www.britishecologicalsociety.org/wp-content/uploads/2017/12/guide-to-reproducible-code.pdf)
Scott Chacon & Ben Straub [Pro Git](https://git-scm.com/book/en/v2)
<br>
## Tutorials
R-bloggers [*R tutorials for Data Science*](https://www.r-bloggers.com/2016/06/curated-list-of-r-tutorials-for-data-science/)