From bcb01e4d6f999d29868a4749ae9278641ef4cd90 Mon Sep 17 00:00:00 2001 From: hadley Date: Thu, 21 Apr 2016 08:01:34 -0500 Subject: [PATCH] Use new part headings --- communicate.Rmd | 4 +++- index.rmd | 2 +- program.Rmd | 4 +++- science.Rmd | 4 +++- understand.Rmd | 4 +++- work.Rmd | 4 +++- 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/communicate.Rmd b/communicate.Rmd index 7bae4b2..99c7b19 100644 --- a/communicate.Rmd +++ b/communicate.Rmd @@ -1,3 +1,5 @@ -# Communicate your work +# (PART) Communicate your work {-} + +# Introduction Reproducible, literate code is the data science equivalent of the Scientific Report (i.e, Intro, Methods and materials, Results, Discussion). diff --git a/index.rmd b/index.rmd index ff49a48..84bfb86 100644 --- a/index.rmd +++ b/index.rmd @@ -9,7 +9,7 @@ twitter-handle: hadley cover-image: cover.png --- -# Welcome +# Welcome {-} This is the book site for __"R for data science"__. 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. (__R for Data Science__ was formerly called __Data Science with R__ in __Hands-On Programming with R__) diff --git a/program.Rmd b/program.Rmd index b4bd73e..2002e1e 100644 --- a/program.Rmd +++ b/program.Rmd @@ -1,4 +1,6 @@ -# Programming +# (PART) Programming {-} + +# Introduction Code is a tool of communication, not just to the computer, but to other people. This is important because every project you undertake is fundamentally collaborative. Even if you're not working with other people, you'll definitely be working with future-you. You want to write clear code so that future-you doesn't curse present-you when you look at a project again after several months have passed. diff --git a/science.Rmd b/science.Rmd index 8aacef7..7463928 100644 --- a/science.Rmd +++ b/science.Rmd @@ -1,3 +1,5 @@ -# Do science with data +# (PART) Do science with data {-} + +# Introduction The scientific method guides data science. Data science solves known problems with the scientific method. diff --git a/understand.Rmd b/understand.Rmd index a41070a..73c7cc0 100644 --- a/understand.Rmd +++ b/understand.Rmd @@ -1,3 +1,5 @@ -# Understand your data +# (PART) Understand your data {-} + +# Introduction Data poses a cognitive problem; Data comprehension is a skill. diff --git a/work.Rmd b/work.Rmd index 8a82166..72f4ac8 100644 --- a/work.Rmd +++ b/work.Rmd @@ -1,4 +1,6 @@ -# Work with your data +# (PART) Work with your data {-} + +# Introduction With data, the relationships between values matter as much as the values themselves. Tidy data encodes those relationships.