Skip to content
/ TMwR Public
forked from tidymodels/TMwR

Code and content for "Tidy Modeling with R"

License

Notifications You must be signed in to change notification settings

MMJansen/TMwR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 eventually plan to publish a paper version of this work, we do not currently support building to a PDF version.

Contributing

This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Tidy Modeling with R is currently a work in progress. As we create it, the code here is updated. This openness also allows users to contribute if they wish. Most often, this comes in the form of correcting typos, grammar, and other aspects of our work that could use improvement. Instructions for making contributions can be found in the contributing.md file.

About

Code and content for "Tidy Modeling with R"

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 84.4%
  • TeX 11.2%
  • CSS 3.4%
  • Shell 1.0%