Go to file
Garrett ff858b34ba Expand Visualization Section 1 to cover aesthetics, facets, positions, geoms, parameters, and stats. 2015-11-09 20:20:07 -05:00
_includes Adding visualize chapter to TOC/index page. 2015-11-06 17:16:53 -05:00
_layouts Add htmlwidgets reqs to template 2015-10-29 10:15:48 -05:00
_plugins First commit 2015-07-27 16:52:19 -05:00
images Expand Visualization Section 1 to cover aesthetics, facets, positions, geoms, parameters, and stats. 2015-11-09 20:20:07 -05:00
www Add htmlwidgets reqs to template 2015-10-29 10:15:48 -05:00
.gitignore Added .Rapp.history to .gitignore 2015-07-29 20:20:00 -04:00
.travis.yml Also need microbenchmark 2015-11-01 22:15:49 -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
harvard-sentences.txt Slowly working through different stringr functions. 2015-10-30 09:55:03 -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 on strings 2015-11-05 08:17:48 -06: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
visualize.Rmd Expand Visualization Section 1 to cover aesthetics, facets, positions, geoms, parameters, and stats. 2015-11-09 20:20:07 -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")