Go to file
hadley fae4699bba Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -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 Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
diagrams Rewriting transforms 2015-12-14 09:45:41 -06:00
images Removes unused visualization figures. 2015-12-13 17:03:51 -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 Local bookdown working 2015-12-11 13:28:10 -06:00
.travis.yml Remove unneeded config option 2015-12-16 16:29:39 -06:00
DESCRIPTION More on transform 2015-12-16 09:58:52 -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 Local bookdown working 2015-12-11 13:28:10 -06:00
_config.yml And restore jekyll config 2015-12-14 10:12:40 -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 Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
datetimes.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
eda.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
functions.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
harvard-sentences.txt Slowly working through different stringr functions. 2015-10-30 09:55:03 -05:00
import.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
index.rmd Revert index for now 2015-12-14 07:47:53 -06:00
intro.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
issues.json More writing about purrr and lists 2015-11-21 08:31:32 +13:00
lists.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
model-assess.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
model-vis.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
model.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
r4ds.Rproj Rstudio writes post-package conversion 2015-11-10 08:56:01 -06:00
rmarkdown.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
shiny.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
strings.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
tidy.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -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 Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00
visualize.Rmd Restore yaml metadata necessary for travis 2015-12-16 16:41:08 -06:00

README.md

R packages

This is code and text behind the R for data science book.

The site is built using [bookdown]

devtools::install_github("yihui/knitr")
devtools::install_github("rstudio/bookdown")

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")