Go to file
hadley 6acdf85c9c Oops 2016-02-17 07:09:45 +11:00
data Updates data set for model chapter to BLS NLS cross-section. 2016-01-07 13:25:25 -05:00
diagrams Correct subsetting. 2016-02-11 08:11:10 -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
.Rbuildignore Rstudio writes post-package conversion 2015-11-10 08:56:01 -06:00
.gitignore Switch to rstudio/bookdown 2016-02-17 06:39:15 +11:00
.travis.yml Oops 2016-02-17 07:09:45 +11:00
DESCRIPTION Switch to rstudio/bookdown 2016-02-17 06:39:15 +11:00
LICENSE First commit 2015-07-27 16:52:19 -05:00
README.md Update README.md 2016-02-15 19:40:19 +00:00
_bookdown.yml Switch to rstudio/bookdown 2016-02-17 06:39:15 +11:00
_build.sh Switch to rstudio/bookdown 2016-02-17 06:39:15 +11:00
common.R Working on intro 2015-12-07 13:55:44 -06:00
communicate.Rmd Ensure every chapter has a heading 2016-02-11 16:31:34 -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 Starting to work on expressing yourself 2016-01-21 09:51:02 -06:00
databases.Rmd Ensure every chapter has a heading 2016-02-11 16:31:34 -06:00
datetimes.Rmd Fix yaml metadata 2015-12-16 17:22:03 -06:00
functions.Rmd Switch to rstudio/bookdown 2016-02-17 06:39:15 +11:00
harvard-sentences.txt Slowly working through different stringr functions. 2015-10-30 09:55:03 -05:00
import.Rmd Update import.Rmd 2016-01-27 13:33:35 +00:00
index.rmd Switch to rstudio/bookdown 2016-02-17 06:39:15 +11:00
intro.Rmd Adds section intro for Essentials 2016-01-07 11:58:03 -05:00
issues.json More writing about purrr and lists 2015-11-21 08:31:32 +13:00
lists.Rmd Update lists.Rmd 2016-02-13 14:01:43 +00:00
model-assess.Rmd Fix yaml metadata 2015-12-16 17:22:03 -06:00
model-vis.Rmd Fix yaml metadata 2015-12-16 17:22:03 -06:00
model.Rmd Ensure every chapter has a heading 2016-02-11 16:31:34 -06:00
program.Rmd Ensure every chapter has a heading 2016-02-11 16:31:34 -06:00
r4ds.Rproj Switch to rstudio/bookdown 2016-02-17 06:39:15 +11:00
relational-data.Rmd Switch to rstudio/bookdown 2016-02-17 06:39:15 +11:00
rmarkdown.Rmd Fix yaml metadata 2015-12-16 17:22:03 -06:00
robust-code.Rmd More about functions 2016-02-12 16:05:25 -06:00
science.Rmd Ensure every chapter has a heading 2016-02-11 16:31:34 -06:00
shiny.Rmd Fix yaml metadata 2015-12-16 17:22:03 -06:00
strings.Rmd More reliable way of getting number of stringi functions 2016-02-12 16:07:40 -06:00
tidy.Rmd Update tidy.Rmd 2016-01-28 21:10:04 +00:00
transform.Rmd Switch to rstudio/bookdown 2016-02-17 06:39:15 +11:00
understand.Rmd Ensure every chapter has a heading 2016-02-11 16:31:34 -06:00
variation.Rmd Switch to rstudio/bookdown 2016-02-17 06:39:15 +11:00
visualize.Rmd Switch to rstudio/bookdown 2016-02-17 06:39:15 +11:00
work.Rmd Ensure every chapter has a heading 2016-02-11 16:31:34 -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")

The R packages used in this book can be installed via

devtools::install_github("hadley/r4ds")