Welcome to the R4DS Tidy Modeling with R Book Club! This will be translated into Spanish soon!
We are working together to read Tidy Modeling with R by Max Kuhn and Julia Silge. Join the #book_club-tidy_modeling_with_r channel on the R4DS Slack to participate. As we read, we are producing notes about the book.
If you would like to present, please add your name next to a chapter using the GitHub Web Editor!
Cohorte 1: Martes, 4:00pm CST/CDT
Past Meetings
- None yet
- 2022-01-01: Chapter 1: Software for modeling: Fill this in
This repository is structured as a {bookdown} site. To present, follow these instructions:
- Setup Github Locally
- Fork this repository.
- Create a New Project in RStudio using your fork.
- Install dependencies for this book with
devtools::install_dev_deps()
(technically optional but it's nice to be able to rebuild the full book). - Create a New Branch in your fork for your work.
- Edit the appropriate chapter file. Use
##
to indicate new slides (new sections). - If you use any packages that are not already in the
DESCRIPTION
, add them. You can useusethis::use_package("myCoolPackage")
to add them quickly! - Commit your changes.
- Push your changes to your branch.
- 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.