Go to file
hadley 96af27e155 Didn't help 2015-10-28 11:35:25 -05:00
_includes Start on strings 2015-10-21 09:31:15 -05: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 Use str_view htmlwidget 2015-10-27 11:03:27 -05:00
.gitignore Added .Rapp.history to .gitignore 2015-07-29 20:20:00 -04:00
.travis.yml Didn't help 2015-10-28 11:35:25 -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
expressing-yourself.Rmd A bit about functions and for loops 2015-10-21 08:04:37 -05:00
import.Rmd Note about row names 2015-09-23 09:57:34 -05:00
index.rmd Integrate paragraphs 2015-07-28 14:23:01 -05:00
intro.Rmd Edited intro to streamline prereqs and define variable, observation, and value. 2015-10-12 17:20:16 -04:00
r4ds.Rproj First commit 2015-07-27 16:52:19 -05:00
strings.Rmd More working on strings 2015-10-28 11:03:11 -05:00
tidy.Rmd Need heading 2015-07-28 14:21:36 -05: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
transform.Rmd Add missing headings 2015-09-21 08:45:06 -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")