R4DS Advanced R Bookclub
This repo contains 3 main folders:
-
QandA: A bookdown of questions (and answers) on the chapters that come up during meetings (or between!). We're also using this to try to answer questions marked "started" in the solutions manual with the potential goal of submitting PRs with our own answers!
-
Presentations: each week a presenter will give a talk summarizing the chapter, and discussing applications using the beer dataset. We meet every week at Thursday, 8:00 PM Eastern on Zoom.
-
Data: The dataset we will be using for presentations is on Beer Production
Following the Chapters of Advanced R 2nd Edition
All Meetings Scheduled for 8:00 PM Eastern unless otherwise noted
- 2020-04-02 Introductions and Meeting Format
- 2020-04-09 Chapter 2 - Names and values: Asmae Toumi (Slides)
- 2020-04-16 Chapter 3 - Vectors: Tony ElHabr (Slides | Zoom Recording)
- 2020-04-23 Chapter 4 - Subsetting: Scott Nestler | ( Slides | Zoom Recording)
- 2020-04-30 Chapter 5 - Control flow: Maya Gans | ( Slides | Zoom Recording)
- 2020-05-07 Chapter 6 - Functions: Asmae Toumi
- 2020-05-14 Chapter 7 - Environments: Daryn Ramsden
- 2020-05-21 Chapter 8 - Conditions:
- 2020-05-28 Chapter 9 - Functionals: Tan Ho
- 2020-06-04 Chapter 10 - Function factories: Jon Harmon
- 2020-06-11 Chapter 11 - Function operators:
- 2020-06-18 Chapter 12 - OOP base types:
- 2020-06-25 Chapter 13 - S3:
- 2020-07-02 Chapter 14 - R6:
- 2020-07-09 Chapter 15 - S4:
- 2020-07-16 Chapter 16 - Trade-offs:
- 2020-07-23 Chapter 17 - Metaprogramming, big picture:
- 2020-07-30 Chapter 18 - Expressions:
- 2020-08-06 Chapter 19 - Quasiquotation:
- 2020-08-13 Chapter 20 - Evaluation:
- 2020-08-20 Chapter 21 - Translating R code:
- 2020-08-27 Chapter 22 - Debugging:
- 2020-09-03 Chapter 23 - Measuring performance:
- 2020-09-10 Chapter 24 - Improving performance:
- 2020-09-17 Chapter 25 - Rewriting R code in C++: