Go to file
hadley 269867d60c Polish list, loops, & map() intro. 2015-11-19 07:03:51 +13:00
_includes Add lists to TOC 2015-11-09 10:46:30 -06: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 Polish list, loops, & map() intro. 2015-11-19 07:03:51 +13:00
screenshots Add autocomplete screenshot 2015-11-09 06:32:56 -06:00
www Add htmlwidgets reqs to template 2015-10-29 10:15:48 -05:00
.Rbuildignore Rstudio writes post-package conversion 2015-11-10 08:56:01 -06:00
.gitignore Added .Rapp.history to .gitignore 2015-07-29 20:20:00 -04:00
.travis.yml Don't need to install pandoc from apt 2015-11-10 11:16:31 -06:00
DESCRIPTION Don't need readr from github anymore 2015-11-10 10:52:08 -06:00
Gemfile Installing deploy deps doesn't seem to save any time 2015-11-10 11:06:41 -06:00
Gemfile.lock Installing deploy deps doesn't seem to save any time 2015-11-10 11:06:41 -06: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 Exclude vendor dir from jekyll 2015-11-10 10:57:03 -06: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
lists.Rmd Polish list, loops, & map() intro. 2015-11-19 07:03:51 +13:00
r4ds.Rproj Rstudio writes post-package conversion 2015-11-10 08:56:01 -06:00
strings.Rmd Note to look at site 2015-11-11 16:44:57 -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")