From 555edc81d521dc969fa8f412c3991d541f2f6643 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Sun, 20 Feb 2022 15:21:12 -0600 Subject: [PATCH] Add @mine-cetinkaya-rundel to footer --- index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index 739b8cc..d34198d 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,7 +1,7 @@ --- knit: "bookdown::render_book" title: "R for Data Science (2e)" -author: "Hadley Wickham and Garrett Grolemund" +author: "Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund" description: "This book will teach you how to do data science with R: You'll learn how to get your data into R, get it into the most useful structure, transform it, visualise it and model it. In this book, you will find a practicum of skills for data science. Just as a chemist learns how to clean test tubes and stock a lab, you'll learn how to clean data and draw plots---and many other things besides. These are the skills that allow data science to happen, and here you will find the best practices for doing each of these things with R. You'll learn how to use the grammar of graphics, literate programming, and reproducible research to save time. You'll also learn how to manage cognitive resources to facilitate discoveries when wrangling, visualising, and exploring data." url: 'https\://r4ds.had.co.nz/' github-repo: hadley/r4ds