From e8def24843e9f6f562197603466cbd5e4b1785cc Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Fri, 1 Apr 2016 11:31:57 -0500 Subject: [PATCH 1/3] Add author and description to YAML --- index.rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.rmd b/index.rmd index 2b85b13..61e13fa 100644 --- a/index.rmd +++ b/index.rmd @@ -1,6 +1,8 @@ --- knit: "bookdown::render_book" title: "R for Data Science" +author: ["Garrett Grolemund", "Hadley Wickham"] +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, visualizing, and exploring data." output: - bookdown::gitbook --- From a52def7dd7980e63004cfa7157dd02ab1c2f4a3f Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Fri, 1 Apr 2016 11:34:28 -0500 Subject: [PATCH 2/3] Also add the cover image --- index.rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/index.rmd b/index.rmd index 61e13fa..5ffac8f 100644 --- a/index.rmd +++ b/index.rmd @@ -3,6 +3,7 @@ knit: "bookdown::render_book" title: "R for Data Science" author: ["Garrett Grolemund", "Hadley Wickham"] 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, visualizing, and exploring data." +cover-image: cover.png output: - bookdown::gitbook --- From 77db912d55c0b32fcd953f881eb726540be1bbcd Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Fri, 1 Apr 2016 11:55:02 -0500 Subject: [PATCH 3/3] And add url and github repo info --- index.rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.rmd b/index.rmd index 5ffac8f..ae3daa5 100644 --- a/index.rmd +++ b/index.rmd @@ -3,6 +3,8 @@ knit: "bookdown::render_book" title: "R for Data Science" author: ["Garrett Grolemund", "Hadley Wickham"] 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, visualizing, and exploring data." +url: 'http\://r4ds.had.co.nz/' +github-repo: hadley/r4ds cover-image: cover.png output: - bookdown::gitbook