From a87a0511ddfb4629141ef3583cd0870bb46c2cf2 Mon Sep 17 00:00:00 2001 From: hadley Date: Fri, 24 Aug 2018 10:44:36 -0500 Subject: [PATCH] Brief description of process --- index.rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.rmd b/index.rmd index efd09e7..b0ae2ac 100644 --- a/index.rmd +++ b/index.rmd @@ -17,3 +17,5 @@ This is the website for __"R for Data Science"__. This book will teach you how t This website is (and will always be) __free to use__, and is licensed under the [Creative Commons Attribution-NonCommercial-NoDerivs 3.0](http://creativecommons.org/licenses/by-nc-nd/3.0/us/) License. If you'd like a __physical copy__ of the book, you can order it from [amazon](http://amzn.to/2aHLAQ1); it was published by O'Reilly in January 2017. If you'd like to __give back__ please make a donation to [Kākāpō Recovery](https://www.doc.govt.nz/kakapo-donate): the [kākāpō](https://www.youtube.com/watch?v=9T1vfsHYiKY) (which appers on the cover of R4DS) is a critically endangered native NZ parrot; there are only 148 left. + +The book is written in [RMarkdown](https://rmarkdown.rstudio.com) with [bookdown](https://bookdown.org). It is automatically rebuilt from [source](https://github.com/hadley/r4ds) by [travis](http://travis-ci.org/).