Commit Graph

52 Commits

Author SHA1 Message Date
Hadley Wickham 4c171731e9 Remove redundant question
Fixes #836
2021-04-18 09:09:30 -05:00
Jakob Krigovsky a4ac9c8db5
Remove reference to d3heatmap (#935)
d3heatmap is no longer maintained, see 5092396501/README.md.
2021-04-14 16:04:51 +01:00
Mine Cetinkaya-Rundel 27db40ad65
Data transformation (#940)
* Minor edit + link to style guide

* Fix reference

* If you don't know order of operations, not clear

* Alt text + minor edits

* Add median and fix reference

* Move up mult groups up to discuss summarise msg

* Go over grouping again

* Part rename

* Chapter rename

* Clean up section labels to avoid dups

* Update comment

* Switch part order

* Move columnwise to transform
2021-03-29 14:58:27 +01:00
Mine Çetinkaya-Rundel 5769a02123 Update referencing style 2021-02-22 12:59:50 +00:00
Mine Çetinkaya-Rundel 55803fc8a3 Remove modelling
- Move files to extras/ for now
- Adjust references to modelling
- Or add TO DO items to adjust later
2021-02-21 21:29:24 +00:00
Mine Cetinkaya-Rundel 32c625c6ef
Use the visual editor (#923)
* Sentence wrap + visual editor Rmd style updates

* Move files not called in bookdown.yml to extra

* UK spelling + canonical source + sentence wrap

* Rename .rmd -> .Rmd

* Sentence wrap + visual editor Rmd style

* Fix capitalization
2021-02-21 09:40:40 -06:00
Mitsuo Shiota f1805f2bfc
ggstance package has been superseded by ggplot2 3.3.0 (#917) 2021-02-08 11:33:15 -06:00
Josh Goldberg 998618073b Typo fix (#629)
Added question mark ? to end of a sentence, which was a question.
2018-06-20 11:01:51 +02:00
Mauro Lepore 5c78fb7ca5 Introduce `dplyr::case_when()` as an alternative to `ifelse()` (#587)
Explain when ?dplyr::case_when() if more useful than ifelse.

- Copy-pasted text from ?dplyr::case_when()
2018-06-20 09:58:54 +02:00
Robin Gertenbach 5e17edb7f1 Corrected typo in Unusual values (#512)
the unusually wide limits are either on the y-variable or on the x-axis
2017-05-03 07:58:49 -05:00
Mauro Lepore 30dc885eb0 Typo, add to (#574) 2017-05-03 07:50:03 -05:00
Garrett Grolemund 881a900303 Two changes suggested by Toshi (#550)
1. Adds a select() call when exploring diamonds sizes to ensure that the anomalous y variable appears on the page of the printed book (where it is discussed).
2. Adds message = FALSE to suppress "Loading required package: methods" message.
2017-05-03 07:44:34 -05:00
Rohan Alexander 602d227cc4 Fix typos in Chapter 7 (#534) 2017-05-03 07:42:40 -05:00
Ben Steinberg c25ca46544 hone in -> home in (#517) 2017-01-12 21:56:09 -05:00
Garrett Grolemund 0ea5509fac Fixes typos in RDA.Rmd 2016-11-03 13:18:13 -05:00
bahadir cankardes a3eed904fb Fixing typos (#456) 2016-10-06 11:19:55 -05:00
hadley 5e015bf977 Suggestions from Marie 2016-10-04 11:21:04 -05:00
yahwes 32bd47212d fix typo (#454) 2016-10-04 09:01:45 -05:00
hadley 91971a6693 Remove Morley example 2016-10-04 08:28:46 -05:00
hadley c8b586514b Integrate feedback from @jennybc 2016-10-03 16:53:31 -05:00
hadley 7768955fe6 Use tidyverse package
Fixes #451
2016-10-03 12:30:24 -05:00
hadley a0eba42266 Fixes from @schuess
Closes #409
2016-10-03 08:37:07 -05:00
Colin Gillespie 4b505b0f86 Remove extra "we" (#335) 2016-10-03 07:12:08 -05:00
Justinas Petuchovas eab7d77e0f Fix comment mismatch (#406) 2016-09-04 14:39:39 -05:00
Brett Klamer a933c5f286 Fixing typos in EDA.Rmd (#315) 2016-08-26 10:15:59 -05:00
hadley 9d0b91acf2 Clearer learning more section in EDA.
Add pointer to GDAWR
2016-08-18 08:52:02 -05:00
hadley ddfe63964d Merge branch 'master' of github.com:hadley/r4ds
# Conflicts:
#	EDA.Rmd
2016-08-16 08:44:24 -05:00
hadley 9f5c204049 Link to R Graphics Cookbook 2016-08-16 08:31:09 -05:00
Jonathan Page fc8ea9d060 Grammar (#271) 2016-08-16 07:22:41 -05:00
hadley 419e7eaa99 Complete hint
FixeS #240
2016-08-12 12:43:09 -05:00
Thomas Klebel 5660c58d3d typo in EDA.Rmd (#217)
which will come back to -> which we will come back to
2016-08-01 06:50:18 -05:00
hadley d58ce97ea4 Fix merge conflict 2016-07-31 11:47:51 -05:00
hadley c4168bbd37 Merge branch 'master' of github.com:hadley/r4ds
# Conflicts:
#	EDA.Rmd
2016-07-31 11:41:30 -05:00
hadley 9cf3badbf0 Changes from @mine-cetinkaya-rundel 2016-07-31 11:32:16 -05:00
hadley fb8f3e5884 Discrete -> continuous 2016-07-31 10:41:35 -05:00
Mine Cetinkaya-Rundel fe73722b0a Typos in transform & EDA (#209)
* 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
2016-07-29 22:05:08 -05:00
Mine Cetinkaya-Rundel 1187b85e01 Few typos in EDA, transform, and visualize (#207)
* minor typos in last exercise in common problems

* unusually easiest -> unusually easy

* move mapping(aes()) into geom to match other ggplot calls

* wording suggestion in exercise + typo fix

* feel be free -> feel free

* and new dataset -> and a new dataset, missing a

* dplyr overwrite's'
2016-07-29 07:36:57 -05:00
hadley fba9278416 Update EDA
Based on @behrman comments
2016-07-26 16:01:19 -05:00
Bill Behrman f509faaed2 Fix typos 2016-07-26 13:13:30 -07:00
Bill Behrman 3378a1de5c Fix typos 2016-07-26 12:36:53 -07:00
Terence Teo 149c27ef61 Minor Typos (#189)
Also changed spellings to British English for consistency.

FYI. Table number of light speed measurements currently reads (#tab:variation). The code appears to be correct.
2016-07-25 11:21:00 -05:00
hadley eac206ea39 Clarify exercise.
Fixes #186
2016-07-24 15:07:00 -05:00
OaCantona 4bda66fbe7 Typos (#178) 2016-07-24 09:03:03 -05:00
OaCantona 7838cff89c Typo (#184) 2016-07-24 07:29:49 -05:00
hadley 45d2353262 Typo in chunk option 2016-07-22 16:07:07 -05:00
hadley 959cac4d08 EDA changes 2016-07-22 16:00:11 -05:00
hadley f69669b4c3 Proofing transformation 2016-07-22 09:15:55 -05:00
hadley 6b6c867c51 Tweaks to visualize 2016-07-21 16:54:19 -05:00
hadley 754c08e87b Don't set figure height 2016-07-20 10:08:01 -05:00
hadley fc99e2d633 Discuss ggplot2 call transition 2016-07-20 08:47:17 -05:00