Go to file
hadley afeae8396b Complete draft of lists chapter 2015-12-08 10:11:53 -06:00
_includes Tweak part headings 2015-12-07 16:07:25 -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
diagrams Complete draft of lists chapter 2015-12-08 10:11:53 -06:00
images More work on visualization. Adds histogram diagrams. 2015-11-30 17:00:32 -05:00
screenshots Very brief RStudio orientation 2015-12-08 06:53:57 -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 Use dev version of ggplot2 2015-12-07 15:59:44 -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
common.R Working on intro 2015-12-07 13:55:44 -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
data-structures.Rmd Sketch out complete book outline 2015-12-06 18:02:29 +04:00
datetimes.Rmd Sketch out complete book outline 2015-12-06 18:02:29 +04:00
eda.Rmd Hack to fix figure rendering for eda & visualize chapters 2015-12-07 15:57:36 -06:00
functions.Rmd Fix figure path for functions 2015-12-08 06:22:03 -06: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 Use markdown em-dash 2015-12-08 05:49:02 -06:00
intro.Rmd Very brief RStudio orientation 2015-12-08 06:53:57 -06:00
issues.json More writing about purrr and lists 2015-11-21 08:31:32 +13:00
lists.Rmd Complete draft of lists chapter 2015-12-08 10:11:53 -06:00
model-assess.Rmd Complete draft of lists chapter 2015-12-08 10:11:53 -06:00
model-vis.Rmd Sketch out complete book outline 2015-12-06 18:02:29 +04:00
model.Rmd Restructuring 2015-12-07 14:57:08 -06:00
r4ds.Rproj Rstudio writes post-package conversion 2015-11-10 08:56:01 -06:00
rmarkdown.Rmd Note a couple of communication resources 2015-12-08 05:49:16 -06:00
shiny.Rmd Sketch out complete book outline 2015-12-06 18:02:29 +04:00
strings.Rmd Change `*` to `$` in Anchors Section of strings.Rmd 2015-12-01 14:27:35 -05:00
tidy.Rmd Better image scaling for tidy data 2015-12-08 06:20:11 -06:00
toc.rds Continuing to tweak intro 2015-12-08 06:09:42 -06:00
toc.yaml Continuing to tweak intro 2015-12-08 06:09:42 -06:00
transform.Rmd Continuing to tweak intro 2015-12-08 06:09:42 -06:00
visualize.Rmd Hack to fix figure rendering for eda & visualize chapters 2015-12-07 15:57:36 -06: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")