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 (Slides | Zoom Recording)
- 2020-05-14 Chapter 7 - Environments: Daryn Ramsden (Slides | Static Slides | Zoom Recording)
- 2020-05-21 Chapter 8 - Conditions: Maya Gans (Slides | Zoom Recording)
- 2020-05-28 Chapter 9 - Functionals: Tan Ho (Zoom Recording | LearnR lesson | Example App | Repo folder )
- 2020-06-04 Chapter 10 - Function factories: Jon Harmon (Slides | Zoom Recording)
- 2020-06-11 Chapter 11 - Function operators: Tony ElHabr | (Slides | Zoom Recording)
- 2020-06-18 Chapter 12 + 13 - OOP base types + S3: Daryn Ramsden | (Slides | Zoom Recording)
- 2020-06-25 Chapter 14 - R6:
- 2020-07-02 Chapter 15 + 16 - S4 + Trade-offs:
- 2020-07-09 Chapter 17 - Metaprogramming, big picture:
- 2020-07-16 Chapter 18 - Expressions:
- 2020-07-23 Chapter 19 - Quasiquotation:
- 2020-07-30 Chapter 20 - Evaluation:
- 2020-08-06 Chapter 21 - Translating R code:
- 2020-08-13 Chapter 22 - Debugging:
- 2020-08-20 Chapter 23 - Measuring performance:
- 2020-08-27 Chapter 24 - Improving performance:
- 2020-09-03 Chapter 25 - Rewriting R code in C++: