Go to file
Mine Cetinkaya-Rundel a169d4e7b3 Bunch of minor edits for Graphics for communication (#273)
* little different to -> a little differently from

* reorder to match order in following code/table

* capitalization

* capitalization + punctuation

* replace / with or since it's hard to see between tt formatted code

* missing pronoun

* they're been -> they've been

* lets need apostrophe

* Instead of display -> Instead of displaying

* missing comma

* add mapping in front of aes in a bunch of locations

* adding mapping before aes for sections before the last section where it explicitly says from here on out we'll omit them to make calls simpler

* those extension*s*, plural

* Create one plot that combines = Create one plot where you customize -- I think this is clearer

* explanatory titles -> informative titles

* a*n* arrow

* punctuation for a new sentence

* faceting with one t

* punctuation and spelling

* insert word Figure before reference

* no need to capitalize

* avoid too many parantheses next to each other

* avoid paranthetical

* pluralization

* capitalization not needed

* clarify what's meant by more useful

* you can also set, not setting

* classes of car*s*

* avoid the word useful in two consecutive sentences

* faceting with one t

* avoid repetitive use of the word still
2016-08-17 08:32:02 -05:00
data Updates data set for model chapter to BLS NLS cross-section. 2016-01-07 13:25:25 -05:00
diagrams Adds sample-rmarkdown.Rmd to the diagrams folder and inserts it into the reproducible research chapter. 2016-08-05 12:19:48 -04:00
extra More on model building 2016-07-26 11:13:43 -05:00
images Writing R Markdown chapter. 2016-08-04 17:01:39 -04:00
screenshots Complete intro 2016-07-11 10:31:30 -05:00
.Rbuildignore Rstudio writes post-package conversion 2015-11-10 08:56:01 -06:00
.gitignore Ignore more interim pdf output files 2016-07-19 11:15:00 -05:00
.travis.yml Inline build.sh into travis 2016-04-21 08:37:38 -05:00
DESCRIPTION Start banging out factors chapter 2016-08-16 17:06:51 -05:00
EDA.Rmd Merge branch 'master' of github.com:hadley/r4ds 2016-08-16 08:44:24 -05:00
LICENSE First commit 2015-07-27 16:52:19 -05:00
README.md Update README 2016-03-07 10:10:52 -05:00
_bookdown.yml Start banging out factors chapter 2016-08-16 17:06:51 -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 Bunch of minor edits for Graphics for communication (#273) 2016-08-17 08:32:02 -05:00
communicate.Rmd More G. Gopen resources 2016-08-15 14:37:43 -05:00
contribs.txt Intro tweaking 2016-07-20 10:07:51 -05:00
contribute.rmd Drop jekyll markdown 2016-02-17 16:26:32 +11:00
cover.png Update cover image 2016-03-11 07:53:39 -06:00
datetimes.Rmd Mention numeric offsets from epoch 2016-08-15 09:53:14 -05:00
explore.Rmd Change to avoid redundancy in sentence (#200) 2016-07-28 08:14:42 -05:00
factors.Rmd Start banging out factors chapter 2016-08-16 17:06:51 -05:00
functions.Rmd Function arg tweaks 2016-08-10 15:56:09 -05:00
hierarchy.Rmd Drop handling hierarchy 2016-08-15 09:18:56 -05:00
import.Rmd Pointer to @jennybc site 2016-08-15 09:50:00 -05:00
index.rmd Spelling change for consistency (#202) 2016-07-28 13:10:27 -05:00
intro.Rmd Vector tweaking 2016-08-12 15:22:15 -05:00
issues.json More writing about purrr and lists 2015-11-21 08:31:32 +13:00
iteration.Rmd Drop handling hierarchy 2016-08-15 09:18:56 -05:00
model-assess.Rmd Changes from @mine-cetinkaya-rundel 2016-07-31 11:32:16 -05:00
model-basics.Rmd Update model-basics.Rmd (#228) 2016-08-12 12:43:58 -05:00
model-building.Rmd Reshape modelling section 2016-08-15 09:48:24 -05:00
model-many.Rmd Reshape modelling section 2016-08-15 09:48:24 -05:00
model.Rmd Reshape modelling section 2016-08-15 09:48:24 -05:00
pipes.Rmd Pipe tweaks 2016-08-09 15:16:01 -05:00
program.Rmd Drop handling hierarchy 2016-08-15 09:18:56 -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 Clarifying suggestion 2016-08-15 07:40:39 -05:00
reproducible-research.Rmd Adds sample-rmarkdown.Rmd to the diagrams folder and inserts it into the reproducible research chapter. 2016-08-05 12:19:48 -04:00
strings.Rmd Drop handling hierarchy 2016-08-15 09:18:56 -05:00
tibble.Rmd Fix a typo (#254) 2016-08-15 07:33:44 -05:00
tidy.Rmd Fix typo (#256) 2016-08-15 07:33:25 -05:00
transform.Rmd Grammar (#270) 2016-08-16 07:11:45 -05:00
vectors.Rmd Start banging out factors chapter 2016-08-16 17:06:51 -05:00
visualize.Rmd Fix mapping location. 2016-08-15 07:42:32 -05:00
wrangle.Rmd Start banging out factors chapter 2016-08-16 17:06:51 -05:00

README.md

R packages

This is code and text behind the R for data science book.

The site is built using bookdown

The R packages used in this book can be installed via

devtools::install_github("hadley/r4ds")

To create the site, you also need: