Skip to content
R for data science: a book
R HTML CSS
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
data Updates data set for model chapter to BLS NLS cross-section. Jan 7, 2016
diagrams Fix incorrect argument name in diagram. May 3, 2017
extra More on model building Jul 26, 2016
images Tweaking rmarkdown intro Aug 22, 2016
rmarkdown Fix typos (#437) Oct 3, 2016
screenshots R markdown proof editing Aug 25, 2016
.Rbuildignore Improve readme Jun 20, 2018
.gitignore Add google analytics (#745) Jan 8, 2019
.travis.yml Update node Oct 24, 2018
DESCRIPTION Eliminate devtools dep Jan 15, 2020
EDA.Rmd Typo fix (#629) Jun 20, 2018
LICENSE First commit Jul 27, 2015
README.md Improve readme Jun 20, 2018
_bookdown.yml Another communicate re-org Aug 22, 2016
_common.R Tweak figures through out book Jul 18, 2016
_output.yaml Add google analytics (#745) Jan 8, 2019
communicate-plots.Rmd Fix two typos (#710) Oct 24, 2018
communicate.Rmd Fix typos (#437) Oct 3, 2016
contribs.txt Update contribs Nov 21, 2016
contribute.rmd Drop jekyll markdown Feb 17, 2016
contributors.R Thank all contributors on home page Aug 24, 2018
contributors.csv Thank all contributors on home page Aug 24, 2018
cover.png Colour cover Dec 2, 2016
datetimes.Rmd typo in 16.4.5 Exercises 5 (#732) Jan 15, 2020
explore.Rmd Suggestions from Marie Oct 4, 2016
factors.Rmd update tidyverse loadings (#754) Jan 15, 2020
figures.R Copy for creating figures dir Nov 21, 2016
functions.Rmd Add equations to 19.2 Ex 4. (#749) Jan 15, 2020
ga_script.html Add google analytics (#745) Jan 8, 2019
hierarchy.Rmd Integrate suggestions from @behrman Oct 4, 2016
import.Rmd Fixed text to correspond with code output (#784) Jan 15, 2020
index.rmd good news for kakapos (#804) Jan 15, 2020
intro.Rmd Assuring minimal version of Rstudio (#758) Jan 15, 2020
issues.json More writing about purrr and lists Nov 20, 2015
iteration.Rmd Remove use of mu in exercises (#748) Jan 15, 2020
model-assess.Rmd Update model-assess.Rmd (#602) Jun 20, 2018
model-basics.Rmd Update model-basics.Rmd (#765) Jan 15, 2020
model-building.Rmd Update model-building.Rmd (#782) Jan 15, 2020
model-many.Rmd Update model-many.Rmd (missing word) (#674) Jun 20, 2018
model.Rmd Manually integrate changes Oct 3, 2016
pipes.Rmd Fix typos and formatting (#670) Jun 20, 2018
program.Rmd fix typos (#462) Oct 10, 2016
r4ds.Rproj Use new RStudio book building tools Apr 21, 2016
r4ds.css Tweak appearance of index Apr 21, 2016
relational-data.Rmd Improve grammatical consistency (#774) Jan 15, 2020
rmarkdown-formats.Rmd Minor typos. (#588) Jun 20, 2018
rmarkdown-workflow.Rmd Minor typos. (#588) Jun 20, 2018
rmarkdown.Rmd Fixed broken link (#637) Jun 20, 2018
strings.Rmd update tidyverse loadings (#754) Jan 15, 2020
tibble.Rmd Remove duplicate id Jan 15, 2020
tidy.Rmd Fix quotes in caption Jan 15, 2020
transform.Rmd inserting forgotten of (#767) Jan 15, 2020
vectors.Rmd correct indentation of list in vectors.Rmd (#697) Oct 24, 2018
visualize.Rmd use `stat()` instead of `..` in "3.7 Statistical transformations" (#751) Jan 15, 2020
workflow-basics.Rmd Rename "Practice" sections to "Exercises" (#750) Jan 15, 2020
workflow-projects.Rmd Fix typo. Fixes #547 May 3, 2017
workflow-scripts.Rmd Rename "Practice" sections to "Exercises" (#750) Jan 15, 2020
wrangle.Rmd Fixes from @schuess Oct 3, 2016

README.md

R for Data Science

Travis build status

This repository contains the source of R for Data Science book. The book is built using bookdown.

The R packages used in this book can be installed via

devtools::install_github("hadley/r4ds")
You can’t perform that action at this time.