From ed4e6608b5d7a75939c345fdb652f3704406b70e Mon Sep 17 00:00:00 2001 From: Max Kuhn Date: Wed, 16 Sep 2020 13:15:10 -0400 Subject: [PATCH] Netlify Status badge --- README.Rmd | 1 + README.md | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index 17153000..be2987ec 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,5 +1,6 @@ # TMwR +[![Netlify Status](https://api.netlify.com/api/v1/badges/a0db3b22-8c6f-40e8-bcef-9de2f99fd428/deploy-status)](https://app.netlify.com/sites/tidy-models-with-r/deploys) ```{r, include = FALSE} knitr::opts_chunk$set( diff --git a/README.md b/README.md index 23a2dfd0..b81205ba 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # TMwR - - - +[![Netlify Status](https://api.netlify.com/api/v1/badges/a0db3b22-8c6f-40e8-bcef-9de2f99fd428/deploy-status)](https://app.netlify.com/sites/tidy-models-with-r/deploys) This repository contains the source for [_Tidy Modeling with R_](https://tmwr.org). The purpose of this book is to demonstrate how the [tidyverse](https://www.tidyverse.org/) and [tidymodels](https://www.tidymodels.org/) can be used to produce high quality models.