Commit Graph

893 Commits

Author SHA1 Message Date
Rademeyer Vermaak 238880b233 Update iteration.Rmd (#231) 2016-08-05 08:52:38 -05:00
Garrett c901ffd111 Merge branch 'master' of github.com:hadley/r4ds 2016-08-04 17:02:08 -04:00
Garrett 59ce717f7d More writing on R Markdown chapter. 2016-08-04 17:02:04 -04:00
Garrett bff90c3ed5 Writing R Markdown chapter. 2016-08-04 17:01:39 -04:00
Rademeyer Vermaak 797ef2e377 Vectors.rmd Grammar fix (#229) 2016-08-04 06:56:11 -05:00
Rademeyer Vermaak fa3a3f4297 Update datetimes.Rmd (#230)
Fix double and/and
2016-08-04 06:55:42 -05:00
Garrett 664c87e8df Adds git resources to communicate intro 2016-08-02 15:49:38 -04:00
Garrett b3b5e2db21 Minor edit to communication intro 2016-08-02 15:15:23 -04:00
Garrett d0e53b2f60 Merge branch 'master' of github.com:hadley/r4ds 2016-08-02 15:14:20 -04:00
Garrett 397a43f0ce Edits communication intro. 2016-08-02 15:14:17 -04:00
S'busiso Mkhondwane a182d0bdec Update model-basics.Rmd (#227)
typo
2016-08-02 14:03:10 -05:00
S'busiso Mkhondwane 0eedd7a31a Update model.Rmd (#226)
typos
2016-08-02 14:02:38 -05:00
S'busiso Mkhondwane 2985b6d617 Update tidy.Rmd (#222)
typo
2016-08-02 09:25:57 -05:00
S'busiso Mkhondwane b5aa2a7fcd Update tidy.Rmd (#221)
in Figure 9.2, you mention "table4" but the code uses "table4a and table4b". I can't run the code for table4a and table4b, the datasets from DSR refers to table4 for table4a and table5 for table4b.
2016-08-02 09:13:39 -05:00
S'busiso Mkhondwane c376c930e4 Update tidy.Rmd (#220)
UK English
2016-08-02 09:13:31 -05:00
S'busiso Mkhondwane 6de8723a45 Update tibble.Rmd (#219)
typo. in other chapters you used "dataset"
2016-08-02 09:10:01 -05:00
S'busiso Mkhondwane 4402637b34 Update import.Rmd (#218)
typo
2016-08-02 09:04:40 -05:00
S'busiso Mkhondwane 6f301c351b Update import.Rmd (#215)
typo
2016-08-01 06:50:40 -05:00
S'busiso Mkhondwane 885352d646 Update import.Rmd (#216)
typo
2016-08-01 06:50:25 -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
S'busiso Mkhondwane dbcfb91dab Update wrangle.Rmd (#214)
* Update wrangle.Rmd

typo

* Update wrangle.Rmd

not sure if it should be "data of disk" or "data from disk"
2016-08-01 06:49:02 -05:00
hadley a7bef68b35 Merge branch 'master' of github.com:hadley/r4ds 2016-08-01 06:45:52 -05:00
Jeroen Janssens 2dc8df1732 Replace `tabble1` with `table1` in Chapter 9 (#213) 2016-08-01 06:45:15 -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 bd5a7a1c3a More tweaks from @behrman 2016-07-31 11:40:08 -05:00
Christian Mongeau 3eb371e111 Fixes in tidy (#210)
* Fixed URL to WHO data

The link was not rendered as missing the protocol.

* Typos
2016-07-31 11:33:58 -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
hadley f10ac5f685 No longer need Harvard sentences 2016-07-31 09:56:18 -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
hadley 8f087e8ce3 Merge branch 'master' of github.com:hadley/r4ds 2016-07-29 13:39:30 -05:00
hadley 888612468a Update package list 2016-07-29 13:39:18 -05:00
batpigandme 6351bf51de Fixed spelling of purrr on line 121 (#208) 2016-07-29 13:07:49 -05:00
hadley 8da00ed69e Merge branch 'master' of github.com:hadley/r4ds 2016-07-29 09:57:09 -05:00
hadley 683753e3f2 Final lubridate polishing 2016-07-29 09:18:05 -05:00
behrman 35ba12dfae Fix typos (#205) 2016-07-29 07:48:30 -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 8357e455f9 Fix koan
Fixes #204
2016-07-28 15:40:34 -05:00
hadley 0d8e7b55f0 Date time tweaking 2016-07-28 15:39:52 -05:00
hadley e65f1c17c3 Merge branch 'master' of github.com:hadley/r4ds 2016-07-28 13:20:13 -05:00
Ian Sealy f3d44a68e5 Minor typos and suggestions for the Introduction (#203) 2016-07-28 13:11:19 -05:00
Ian Sealy b83d624a6c Spelling change for consistency (#202)
Standardising visualizing -> visualising as the latter seems to be used more often.
2016-07-28 13:10:27 -05:00
hadley 1f454c4e9e Can go back to head readr 2016-07-28 11:29:15 -05:00
S'busiso Mkhondwane 191202b5be Update intro.Rmd (#201) 2016-07-28 09:12:42 -05:00
hadley 9fde1e2353 Rollback to older readr 2016-07-28 08:20:57 -05:00
Mine Cetinkaya-Rundel 70d4db9038 Change to avoid redundancy in sentence (#200)
* Change  to  to avoid redundancy in sentence

* 38 models of cars - should be plural cars
2016-07-28 08:14:42 -05:00
behrman 22d207508f Fix typos (#199) 2016-07-28 08:04:50 -05:00
hadley 3104dbfca0 Move learning more to the end of model building 2016-07-27 17:04:38 -05:00
hadley fb37246e62 Polishing flights case study 2016-07-27 17:01:35 -05:00