Go to file
hadley 559b6e0795 Add table of contents heading 2015-07-28 14:09:22 -05:00
_includes moving tidy.html out of comments in toc 2015-07-28 12:27:41 -04:00
_layouts Fix title 2015-07-27 17:48:33 -05:00
_plugins First commit 2015-07-27 16:52:19 -05:00
images Adding first draft of tidy data chapter 2015-07-28 12:16:58 -04:00
www Add css, js etc. 2015-07-27 17:56:13 -05:00
.gitignore More restrictive gitignore 2015-07-27 17:36:19 -05:00
.travis.yml Install DSR package 2015-07-28 13:53:33 -05:00
LICENSE First commit 2015-07-27 16:52:19 -05:00
README.md First commit 2015-07-27 16:52:19 -05:00
_config.yml Update jekyll name 2015-07-27 17:32:11 -05:00
contribute.rmd First commit 2015-07-27 16:52:19 -05:00
cover.png First commit 2015-07-27 16:52:19 -05:00
index.rmd Add table of contents heading 2015-07-28 14:09:22 -05:00
r4ds.Rproj First commit 2015-07-27 16:52:19 -05:00
tidy.Rmd simplifying chapter names 2015-07-28 12:24:02 -04:00
toc.rds Add index 2015-07-27 17:16:44 -05:00
toc.yaml Add index 2015-07-27 17:16:44 -05:00

README.md

R packages

This is code and text behind the R for data science book.

The site is built using jekyll, with a custom plugin to render .rmd files with knitr and pandoc. To create the site, you need:

  • jekyll gem: gem install jekyll
  • bookdown: install_github("hadley/bookdown")
  • pandoc
  • knitr: install.packages("knitr")