-
Notifications
You must be signed in to change notification settings - Fork 41
/
index.Rmd
63 lines (48 loc) · 2.07 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
---
title: "R for Data Science Book Club"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: book.bib
biblio-style: apalike
link-citations: yes
github-repo: r4ds/bookclub-r4ds
description: "This is the product of the Data Science Learning Community's Book Club."
---
# Welcome {-}
This is a companion for the book [R for Data Science](https://r4ds.hadley.nz/) by Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund.
This companion is available at [dslc.io/r4ds](https://dslc.io/r4ds).
This website is being developed by the [Data Science Learning Community](https://dslc.io). Follow along, and [join the community](https://dslc.io/join) to participate.
This companion follows the [Data Science Learning Community Code of Conduct](https://dslc.io/conduct).
## Book club meetings {-}
- Volunteer leads discussion of a chapter
- **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-r4ds).
- Recorded, available on the [Data Science Learning Community YouTube Channel](https://dslc.io/youtube).
## Pace {-}
- **Goal:** 1 chapter/week
- Ok to split overwhelming chapters
- Ok to combine short chapters
- Meet ***every*** week except holidays, etc
- We'll discuss even if presenter unavailable
## 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.**
- Likely need to be refined
## Today's learning objectives {-}
After today's session, you will be able to...
- Explain how our weekly meetings work.
- Sign up to lead a discussion.
- Edit notes on GitHub.
- (More LOs coming in Chapter 1)
## GitHub {-}
- Even *tech bros* can figure it out, ***you'll be fine!***
- See README for setup instructions
- [Cohort 9 Week 1](https://youtu.be/9ar16FGFgT0) included a walk-through
- Ok to edit directly in browser!