0a6c0bda4fefae928eeaa18c22ee2bcfa19dee53
				
			
			
		
	All of the associated R packages for the book can be installed trivially, since the book is a (sort of) fake package thanks to the travis-CI implementation.
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")
Description
				
					Languages
				
				
								
								
									R
								
								76.5%
							
						
							
								
								
									SCSS
								
								21.7%
							
						
							
								
								
									HTML
								
								1.8%