# r4ds **Repository Path**: yuwq/r4ds ## Basic Information - **Project Name**: r4ds - **Description**: R for data science - **Primary Language**: R - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-07 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # R for Data Science This is code and text behind the [R for Data Science](http://r4ds.had.co.nz) book. The R packages used in this book can be installed via ```{r} devtools::install_github("hadley/r4ds") ``` The site is built using [bookdown package](https://github.com/rstudio/bookdown). To create the site, you also need: * [pandoc](http://johnmacfarlane.net/pandoc/)