-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.Rmd
115 lines (81 loc) · 3.63 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
title: "ggplot2 Book Club"
author: "The Data Science Learning Community"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: book.bib
biblio-style: apalike
link-citations: yes
github-repo: r4ds/bookclub-ggplot2
description: "This is the product of the Data Science Learning Community's ggplot2 Book Club."
---
# Welcome {-}
This is a companion for the book [ggplot2: Elegant Graphics for Data Analysis](https://ggplot2-book.org/index.html) by Hadley Wickham, Danielle Navarro, and Thomas Lin Pedersen.
This companion is available at [https://r4ds.github.io/bookclub-ggplot2](https://r4ds.github.io/bookclub-ggplot2).
- These are **shared slides!**
- Developed by the [Data Science Learning Community](https://dslc.io).
- [Join the community](https://dslc.io/join) to participate.
- Available at [dslc.io/ggplot2](https://dslc.io/ggplot2).
- We follow the [Data Science Learning Community Code of Conduct](https://dslc.io/conduct).
## Book club meetings {-}
- Volunteer leads discussion of a chapter (spreadsheet link in channel)
- **This is the best way to learn the material.**
- Presentations:
- Review of material
- Questions you have
- Maybe live demo
- More info about editing: [this github repo](https://github.com/r4ds/bookclub-ggplot2).
- Recorded, available on the [DSLC.video Community YouTube Channel](https://dslc.video).
- **Camera** is **optional,** but **encouraged.**
## Pace {-}
- Meet ***every*** week except holidays, etc
- We'll discuss even if presenter unavailable
- Meetings = **1 hour.**
- **Goal:** 1 chapter/week
- Ok to split overwhelming chapters
- Ok to combine short chapters
- If we need to **slow down** and discuss, **let me know.**
- Most likely someone has the same question
- We are all here to learn
## Introductions {-}
If you feel comfortable sharing, unmute or raise your hand!
- **Who** are you?
- **Where** are you joining from?
- **Previous clubs?** (DSLC or other)
- **How long** have you been using R?
- **What** are you most looking forward to learning?
## git and GitHub {-}
- **Git/GitHub** (version control) = **valuable skill.**
- Discussed more in **Chapter 21.**
- If you present, best to **integrate your materials** into this bookdown version.
- You'll need a **GitHub account** to submit modifications.
- **Full instructions** in [GitHub repository](https://github.com/r4ds/bookclub-ggplot2) ("repo").
## Group Question 1 {-}
(Submit answers in chat)
On a scale from 1 - 5, how familiar are you with using git for version control?
1 = Not at all familiar (a true beginner)
to
5 = Very familiar (use git everyday/can handle a merge conflict like a pro)
## Group Question 2 {-}
(Submit answers in chat)
On a scale from 1 - 5, how familiar are you with using GitHub?
1 = Not at all familiar (a true beginner)
to
5 = Very familiar (I have GitHub account with repositories)
## Group Question 3 {-}
(Submit answers in chat)
On a scale from 1 - 5, how valuable would it be to devote a week to introducing git and GitHub?
1 = Not at all valuable
to
5 = Very valuable
## git and GitHub Resources {-}
- [Happy Git and GitHub for the useR](https://happygitwithr.com/)
- [`usethis`'s pull request helpers](https://usethis.r-lib.org/articles/pr-functions.html)
- [`git`'s documentation](https://git-scm.com/doc)
- [MShiny Cohort 2 Introduction](https://www.youtube.com/watch?v=beOYuHG9Xng&list=PL3x6DOfs2NGjhwrYvdmrKRNcvXX7X6ldt)
## Learning objectives {-}
- Students who study with LOs in mind ***retain more.***
- **Tips:**
- "After today's session, you will be able to..."
- *Very* roughly **1 per section.**