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
hadley
4c789ab8e9
Use new data_grid instead of expand
2016-07-27 16:42:14 -05:00
hadley
40052d1d52
Working on diamonds model building
2016-07-27 16:37:15 -05:00
hadley
3028b22cb0
First pass through date/times
2016-07-27 14:51:24 -05:00
hadley
f9e51a7096
Final tidy polishing
2016-07-27 08:23:28 -05:00
hadley
6fdcf51930
Tibble tweaks
2016-07-27 07:47:42 -05:00
hadley
2a93db4ff3
Tidying the tidy chapter
2016-07-26 17:44:17 -05:00
hadley
1013cf5602
Relational data proof reading
2016-07-26 16:31:26 -05:00
hadley
fba9278416
Update EDA
...
Based on @behrman comments
2016-07-26 16:01:19 -05:00
hadley
a20833a72b
Merge branch 'behrman-EDA-typos'
2016-07-26 15:42:26 -05:00
hadley
37eecd260c
Merge branch 'EDA-typos' of https://github.com/behrman/r4ds into behrman-EDA-typos
...
# Conflicts:
# EDA.Rmd
2016-07-26 15:42:17 -05:00
hadley
914192f1e9
Use na.warn
2016-07-26 15:38:56 -05:00
Bill Behrman
f509faaed2
Fix typos
2016-07-26 13:13:30 -07:00
hadley
8edc9a8768
Proofreading import
2016-07-26 14:57:25 -05:00
Bill Behrman
3378a1de5c
Fix typos
2016-07-26 12:36:53 -07:00
hadley
6b787e0521
Link to amazon for pre order
2016-07-26 11:25:47 -05:00
hadley
43e2ab069a
Merge branch 'master' of github.com:hadley/r4ds
2016-07-26 11:13:46 -05:00
hadley
88650992ea
More on model building
...
Including some needed material in model-basics
2016-07-26 11:13:43 -05:00
S'busiso Mkhondwane
33a24192b9
Update EDA.Rmd ( #197 )
...
Typo
2016-07-26 09:25:55 -05:00
Christian G. Warden
62824d9085
Minor typo fix ( #187 )
...
Fix misspelling of "rectangular".
2016-07-26 07:42:30 -05:00
nickelas
c712ee92c3
Update tibble.Rmd ( #193 )
...
Inserted to in "you might need to coerce a regular data frame a tibble"
2016-07-26 07:42:19 -05:00
nwaff
b16aec6b1f
fix typo ( #194 )
...
single typo edit
2016-07-26 07:42:04 -05:00
S'busiso Mkhondwane
8fe2f73ece
Update EDA.Rmd ( #195 )
...
typo
2016-07-26 07:41:54 -05:00
S'busiso Mkhondwane
c3a2688b56
Update EDA.Rmd ( #196 )
...
typo
2016-07-26 07:41:44 -05:00
hadley
8828f80842
Merge branch 'master' of github.com:hadley/r4ds
2016-07-25 16:47:41 -05:00
hadley
bba4ba6e49
Started reworking model building
2016-07-25 16:47:32 -05:00
S'busiso Mkhondwane
2a8a192ce8
Update transform.Rmd ( #192 )
...
removed five
2016-07-25 15:07:44 -05:00
hadley
df7c438612
Merge branch 'master' of github.com:hadley/r4ds
2016-07-25 15:07:06 -05:00
hadley
ae4a383453
More model basic tweaking
2016-07-25 15:06:57 -05:00
S'busiso Mkhondwane
3cd4e92819
Update transform.Rmd ( #191 )
...
typo
2016-07-25 15:00:36 -05:00