Go to file
hadley 6b87228742 Working on intro 2015-12-07 13:55:44 -06:00
_includes Bring back the communication section 2015-12-07 08:56: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
diagrams Working on intro 2015-12-07 13:55:44 -06:00
images More work on visualization. Adds histogram diagrams. 2015-11-30 17:00:32 -05: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 Install readr 2015-11-24 12:47:09 +13: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
functions.Rmd Sketch out complete book outline 2015-12-06 18:02:29 +04: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 Working on intro 2015-12-07 13:55:44 -06:00
issues.json More writing about purrr and lists 2015-11-21 08:31:32 +13:00
lists.Rmd Working on intro 2015-12-07 13:55:44 -06:00
model-assess.Rmd Add needed packages to model-assess 2015-12-07 09:06:19 -06:00
model-linear.Rmd Sketch out complete book outline 2015-12-06 18:02:29 +04:00
model-other.Rmd Working on intro 2015-12-07 13:55:44 -06:00
model-vis.Rmd Sketch out complete book outline 2015-12-06 18:02:29 +04:00
r4ds.Rproj Rstudio writes post-package conversion 2015-11-10 08:56:01 -06:00
rmarkdown.Rmd Working on intro 2015-12-07 13:55:44 -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 Need heading 2015-07-28 14:21:36 -05:00
toc.rds Update index. 2015-12-01 17:31:46 +04:00
toc.yaml Update index. 2015-12-01 17:31:46 +04:00
transform.Rmd Sketch out complete book outline 2015-12-06 18:02:29 +04:00
visualize.Rmd More work on visualization. Adds histogram diagrams. 2015-11-30 17:00:32 -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")