From 5f87402a1ca442f18ca826eb27b076fa52e5219c Mon Sep 17 00:00:00 2001 From: hadley Date: Wed, 20 Jun 2018 03:05:58 -0500 Subject: [PATCH] Improve readme * Add travis badge * Remove pandoc link --- .Rbuildignore | 1 + README.md | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 91114bf..112ad26 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,2 +1,3 @@ ^.*\.Rproj$ ^\.Rproj\.user$ +^\.travis\.yml$ diff --git a/README.md b/README.md index 7ec718e..d810790 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ # R for Data Science +[![Travis build status](https://travis-ci.org/hadley/r4ds.svg?branch=master)](https://travis-ci.org/hadley/r4ds) -This is code and text behind the [R for Data Science](http://r4ds.had.co.nz) -book. +This repository contains the source of [R for Data Science](http://r4ds.had.co.nz) +book. The book is built using [bookdown](https://github.com/rstudio/bookdown). The R packages used in this book can be installed via ```{r} devtools::install_github("hadley/r4ds") ``` -The site is built using [bookdown package](https://github.com/rstudio/bookdown). -To create the site, you also need: - -* [pandoc](http://johnmacfarlane.net/pandoc/)