Go to file
Jonas bbc87c9049 Update workflow-basics.Rmd (#681)
Fixed typo `dota` to `data`
2018-06-20 11:15:37 +02:00
data Updates data set for model chapter to BLS NLS cross-section. 2016-01-07 13:25:25 -05:00
diagrams Fix incorrect argument name in diagram. 2017-05-03 08:34:22 -05:00
extra More on model building 2016-07-26 11:13:43 -05:00
images Tweaking rmarkdown intro 2016-08-22 11:01:59 -05:00
rmarkdown Fix typos (#437) 2016-10-03 08:23:43 -05:00
screenshots R markdown proof editing 2016-08-25 16:44:14 -05:00
.Rbuildignore Rstudio writes post-package conversion 2015-11-10 08:56:01 -06:00
.gitignore Copy for creating figures dir 2016-11-21 08:28:57 -06:00
.travis.yml Inline build.sh into travis 2016-04-21 08:37:38 -05:00
DESCRIPTION Use dev version of ggrepel 2016-10-03 08:02:35 -05:00
EDA.Rmd Typo fix (#629) 2018-06-20 11:01:51 +02:00
LICENSE First commit 2015-07-27 16:52:19 -05:00
README.md Update README.md (#468) 2016-10-12 07:27:58 -07:00
_bookdown.yml Another communicate re-org 2016-08-22 16:08:16 -05:00
_common.R Tweak figures through out book 2016-07-18 09:54:10 -05:00
_output.yaml Strings tweaks 2016-07-19 18:01:52 -05:00
communicate-plots.Rmd fix list of typos (#488) 2016-10-24 13:04:21 -05:00
communicate.Rmd Fix typos (#437) 2016-10-03 08:23:43 -05:00
contribs.txt Update contribs 2016-11-21 08:29:11 -06:00
contribute.rmd Drop jekyll markdown 2016-02-17 16:26:32 +11:00
cover.png Colour cover 2016-12-02 12:11:59 -06:00
datetimes.Rmd typo correction in "Durations" (#678) 2018-06-20 11:13:23 +02:00
explore.Rmd Suggestions from Marie 2016-10-04 11:21:04 -05:00
factors.Rmd Update factors.Rmd (#624) 2018-06-20 11:00:59 +02:00
figures.R Copy for creating figures dir 2016-11-21 08:28:57 -06:00
functions.Rmd Fix typos and formatting (#670) 2018-06-20 11:12:02 +02:00
hierarchy.Rmd Integrate suggestions from @behrman 2016-10-04 14:21:04 -05:00
import.Rmd Update link. Fixes #513 2017-05-03 08:18:03 -05:00
index.rmd Pre-Order to Order (#536) 2017-05-03 07:42:56 -05:00
intro.Rmd Manually integrate fixes 2017-05-03 08:06:26 -05:00
issues.json More writing about purrr and lists 2015-11-21 08:31:32 +13:00
iteration.Rmd Update iteration.Rmd (#633) 2018-06-20 11:03:51 +02:00
model-assess.Rmd Update model-assess.Rmd (#602) 2018-06-20 10:56:46 +02:00
model-basics.Rmd line 188 - typo - delete 'is' (#672) 2018-06-20 11:12:29 +02:00
model-building.Rmd Update model-building.Rmd (minor typo) (#671) 2018-06-20 11:12:16 +02:00
model-many.Rmd Update model-many.Rmd (missing word) (#674) 2018-06-20 11:12:42 +02:00
model.Rmd Manually integrate changes 2016-10-03 07:39:53 -05:00
pipes.Rmd Fix typos and formatting (#670) 2018-06-20 11:12:02 +02:00
program.Rmd fix typos (#462) 2016-10-10 16:53:47 -05:00
r4ds.Rproj Use new RStudio book building tools 2016-04-21 08:18:10 -05:00
r4ds.css Tweak appearance of index 2016-04-21 08:07:47 -05:00
relational-data.Rmd Update relational-data.Rmd (minor typo) (#641) 2018-06-20 11:06:03 +02:00
rmarkdown-formats.Rmd Minor typos. (#588) 2018-06-20 09:59:31 +02:00
rmarkdown-workflow.Rmd Minor typos. (#588) 2018-06-20 09:59:31 +02:00
rmarkdown.Rmd Fixed broken link (#637) 2018-06-20 11:05:11 +02:00
strings.Rmd Minor typo: dash needs to be first in character class group (#664) 2018-06-20 11:10:38 +02:00
tibble.Rmd Fixed description of tibble.print options (#597) 2018-06-20 10:03:09 +02:00
tidy.Rmd Update tidy.Rmd, typo: Spreading "forms" to "from" (#639) 2018-06-20 11:05:25 +02:00
transform.Rmd minor typos in chapter 5 (#666) 2018-06-20 11:10:59 +02:00
vectors.Rmd Fix typos and formatting (#670) 2018-06-20 11:12:02 +02:00
visualize.Rmd Word swap (#640) 2018-06-20 11:05:55 +02:00
workflow-basics.Rmd Update workflow-basics.Rmd (#681) 2018-06-20 11:15:37 +02:00
workflow-projects.Rmd Fix typo. Fixes #547 2017-05-03 08:29:40 -05:00
workflow-scripts.Rmd Fixes typo in Workflow-scripts.Rmd 2016-10-31 17:26:15 -05:00
wrangle.Rmd Fixes from @schuess 2016-10-03 08:37:07 -05:00

README.md

R for Data Science

This is code and text behind the R for Data Science book.

The R packages used in this book can be installed via

devtools::install_github("hadley/r4ds")

The site is built using bookdown package. To create the site, you also need: