Skip to content

tidymodels/TMwR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e8b6a9 · Sep 6, 2023
May 24, 2022
Feb 24, 2022
Feb 24, 2022
Jun 25, 2020
Mar 11, 2022
Mar 15, 2020
Mar 8, 2022
Jan 26, 2022
Oct 20, 2022
Feb 13, 2022
Oct 4, 2022
Sep 13, 2022
Oct 4, 2022
May 24, 2022
Sep 6, 2023
Oct 25, 2022
Sep 6, 2023
Aug 10, 2022
Jun 14, 2022
Sep 6, 2023
Apr 4, 2023
Apr 7, 2023
Nov 1, 2022
Aug 28, 2023
Nov 8, 2022
Sep 6, 2023
May 24, 2022
Apr 4, 2023
Apr 4, 2023
Apr 29, 2023
May 10, 2023
Sep 6, 2023
Jan 28, 2022
Jan 28, 2022
Jan 28, 2022
Jul 30, 2020
Oct 4, 2022
Mar 11, 2022
Jan 27, 2022
Mar 3, 2022
Mar 3, 2022
Feb 24, 2022
Feb 24, 2022
Feb 1, 2020
Jun 29, 2020
Sep 17, 2020
Jul 9, 2022
Jun 23, 2021
Oct 4, 2022
Mar 5, 2020
May 24, 2022
Feb 24, 2022
Jul 29, 2020
Feb 24, 2022
Mar 4, 2020

Repository files navigation

TMwR

Build Status

This repository contains the source for Tidy Modeling with R. The purpose of this book is to demonstrate how the tidyverse and tidymodels can be used to produce high quality models.

Reproducing the book or results

First, you'll need to install the required packages. To do this, first install the remotes package:

install.packages("remotes")

Then use this to install what you need to create the book:

remotes::install_github("tidymodels/TMwR")

Although we rigorously try to use the current CRAN versions of all packages, the code above may install some development versions.

The content is created using the bookdown package. To compile the book, use:

bookdown::render_book("index.Rmd", "bookdown::gitbook")

This will create the HTML files in a directory called _book. Although we are in the process of publishing a print version of this work with O'Reilly, we do not currently support building to a PDF version.

Contributing

Please note that this work is written under a Contributor Code of Conduct and the online version is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. By participating in this project (for example, by submitting an issue with suggestions or edits) you agree to abide by its terms. Instructions for making contributions can be found in the contributing.md file.