/bookclub-r4ds

R for Data Science Book Club

Primary LanguageCSS

R4DS R for Data Science Book Club

Welcome to the R4DS R for Data Science Book Club! This is a new experimental repository, separate from the main R4DS R4DS repository.

We are working together to read R for Data Science by Hadley Wickham and Garrett Grolemund. Join the #book_club-r_for_data_science channel on the R4DS Slack to participate. As we read, we are producing notes about the book.

Meeting Schedule

If you would like to present, please add your name next to a chapter using the GitHub Web Editor!

Cohort 5: (started 2021-07-24) - Saturdays, 1:00PM EST/EDT

  • 2021-07-24: Chapter 1: Introduction: Jon Harmon
  • 2021-07-31: Chapter 2-3: Data Visualization: Federica Gazzelloni
  • 2021-08-07: Chapter 4: Workflow: basics: Ryan Metcalf
  • 2021-08-14: Chapter 5: Data transformation: Wai-Yin
  • 2021-08-21: Chapter 6: Workflow: scripts: Ryan Metcalf
  • 2021-08-28: Chapter 7: Exploratory Data Analysis: Jon Harmon
  • 2021-09-04: Chapter 8: Workflow: projects: Susie Neilson
  • 2021-09-11: Chapter 9-10: Tibbles: Njoki Njuki Lucy
  • 2021-09-18: Chapter 11: Data import: Presenter TBD
  • 2021-09-25: Chapter 12: Tidy data: Presenter TBD
  • 2021-10-02: Chapter 13: Relational data: Presenter TBD
  • 2021-10-09: Chapter 14: Strings: Presenter TBD
  • 2021-10-16: Chapter 15: Factors: Presenter TBD
  • 2021-10-23: Chapter 16: Dates and times: Presenter TBD
  • 2021-10-30: Chapter 17-18: Pipes: Presenter TBD
  • 2021-11-06: Chapter 19: Functions: Presenter TBD
  • 2021-11-13: Chapter 20: Vectors: Presenter TBD
  • 2021-11-20: Chapter 21: Iteration: Presenter TBD
  • 2021-11-27: Chapter 22: Modeling introduction: Presenter TBD
  • 2021-12-04: Chapter 23: Model basics: Presenter TBD
  • 2021-12-11: Chapter 24: Model building: Presenter TBD
  • 2021-12-18: Chapter 25: Many models: Presenter TBD
  • 2021-01-08: Chapter 26-27: R Markdown: Presenter TBD
  • 2021-01-15: Chapter 28: Graphics for communication: Presenter TBD
  • 2021-01-22: Chapter 29: Markdown formats: Presenter TBD
  • 2021-01-29: Chapter 30: Markdown workflow: Presenter TBD

How to Present

This repository is structured as a {bookdown} site. To present, follow these instructions:

  1. Setup Github Locally
  2. Fork this repository.
  3. Create a New Project in RStudio using your fork.
  4. Create a New Branch in your fork for your work.
  5. Edit the appropriate chapter file. Use ## to indicate new slides (new sections).
  6. If you use any packages that are not already in the DESCRIPTION, add them. You can use usethis::use_package("myCoolPackage") to add them quickly!
  7. Commit your changes.
  8. Push your changes to your branch.
  9. Open a Pull Request (PR) to let us know that your slides are ready.

When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to this site.