forked from r4ds/bookclub-r4ds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
29 lines (23 loc) · 1.33 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
---
title: "R for Data Science Book Club"
author: "The R4DS Online 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-r4ds
description: "This is the product of the R4DS Online Learning Community's Book Club."
---
# Welcome {-}
This is a companion for the book [R for Data Science](https://r4ds.had.co.nz/) by Hadley Wickham and Garrett Grolemund.
This companion is available at [r4ds.io/r4ds](r4ds.io/r4ds).
This website is being developed by the [R4DS Online Learning Community](https://rfordatasci.com). Follow along, and [join the community](https://r4ds.io/join) to participate.
This companion follows the [R4DS Online Learning Community Code of Conduct](https://r4ds.io/conduct).
## Book club meetings {-}
- Each week, a volunteer will present a chapter from the book.
- **This is the best way to learn the material.**
- Presentations will usually consist of a review of the material, a discussion, and/or a demonstration of the principles presented in that chapter.
- More information about how to present is available in the [github repo](https://github.com/r4ds/bookclub-r4ds).
- Presentations will be recorded, and will be available on the [R4DS Online Learning Community YouTube Channel](https://r4ds.io/youtube).