-
Notifications
You must be signed in to change notification settings - Fork 1
/
references.Rmd
44 lines (24 loc) · 1.29 KB
/
references.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: "Reference materials"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
<br>
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/)