From 8ed781f99ab582fce04bcf53a21689ed952d622d Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Thu, 25 Oct 2018 10:00:34 -0500 Subject: [PATCH] Could you enable HTTPS? (#691) --- index.rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rmd b/index.rmd index b4747b6..91d855e 100644 --- a/index.rmd +++ b/index.rmd @@ -3,7 +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, visualising, and exploring data." -url: 'http\://r4ds.had.co.nz/' +url: 'https\://r4ds.had.co.nz/' github-repo: hadley/r4ds twitter-handle: hadley cover-image: cover.png