Skip to content

MayaGans/bookclub-Advanced_R

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R4DS Advanced R Bookclub

A weekly reading group following the chapters of Advanced R by Hadley Wickham (2nd ed)

Visit the #book_club-advanced_r channel on Slack to join the video chat!

This repo contains 3 main folders:

  • QandA: A bookdown collection of chapter questions and answers 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/or discussing practical applications of the topic at hand.

  • Data: Example datasets about beer production and beer reviews are stored in this folder to help facilitate practical applications!

Meeting Schedule

Cohort 1 (started 2020-04-02) - Tuesdays, 8pm EDT/EST

  • 2020-08-11 Chapter 21 - Translating R code: Pavitra Chakravarty
  • 2020-08-18 Chapter 22 - Debugging: Tan Ho
  • 2020-08-25 Chapter 23 - Measuring performance:
Future Meetings
  • 2020-09-01 Chapter 24 - Improving performance:
  • 2020-09-08 Chapter 25 - Rewriting R code in C++:

Cohort 2 [Americas]: (started 2020-07-30) - Thursdays, 7:30pm EDT/EST

  • 2020-08-13 Chapter 3 - Vectors: Vajresh Balaji
  • 2020-08-20 Chapter 4 - Subsetting
Week 2 Guiding Questions

Week 2

  • What is the difference between an object’s name and its values?
  • When you modify a vector, when does a copy occur? Are there cases when a copy isn’t created?
  • How do you check how much space and object occupies? What kinds of objects occupy the most/least space?
  • When does R’s garbage collection usually run? How do you manually clean up memory?
Future Meetings
  • 2020-08-27 Chapter 5 - Control Flow
  • 2020-09-03 Chapter 6 - Functions
  • 2020-08-10 Chapter 7 - Environments

Cohort 3 [Europe/Africa]: (started 2020-08-04) Tuesdays, 19:15 CET (CEST)

  • 2020-08-11 Chapter 2 - Names and values Anna-Leigh
  • 2020-08-18 Chapter 3 - Vectors
  • 2020-08-25 Chapter 4 - Subsetting [Shel] and [Alan Kinene]
  • 2020-08-27 Chapter 5 - Control Flow [Megan Stodel]
Future Meetings
  • 2020-09-03 Chapter 6 - Functions
  • 2020-08-10 Chapter 7 - Environments

Presentations & Recordings

Chapter 1 - Introduction

Chapter 2 - Names and values

Chapter 3 - Vectors

Chapter 4 - Subsetting

Chapter 5 - Control flow

Chapter 6 - Functions

Chapter 7 - Environments

Chapter 8 - Conditions

Chapter 9 - Functionals

Chapter 10 - Function factories

Chapter 11 - Function operators

Chapter 12 + 13 - OOP base types + S3

Chapter 14 - R6

Chapter 15 - S4

Chapter 16 - Tradeoffs/OOP Wrapup

Chapter 17 - Metaprogramming, big picture

Chapter 18 - Expressions

Chapter 19 - Quasiquotation

Chapter 20 - Evaluation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.7%
  • JavaScript 12.7%
  • CSS 7.1%
  • Other 0.5%