Commit Graph

1377 Commits

Author SHA1 Message Date
hadley 55ec3898a2 Also need lubridate 2016-02-11 08:20:13 -06:00
hadley 302528634e Fix exercise indenting.
Closes #16
2016-02-11 08:17:17 -06:00
hadley 2f85ba936b Typos from @dmi3kno.
Fixes #26
2016-02-11 08:15:22 -06:00
hadley b543ddc9f6 Merge branch 'master' of github.com:hadley/r4ds 2016-02-11 08:11:13 -06:00
hadley d9ef8b15bc Correct subsetting.
Fixes #34
2016-02-11 08:11:10 -06:00
Hadley Wickham 31e7199d63 Merge pull request #36 from radugrosu/patch-2
Update import.Rmd
2016-02-11 08:09:40 -06:00
Hadley Wickham 5a2604c9fa Merge pull request #37 from bgreenwell/patch-3
Fixed Typo
2016-02-11 08:09:24 -06:00
Hadley Wickham cac428b199 Merge pull request #38 from radugrosu/patch-3
Update tidy.Rmd
2016-02-11 08:09:11 -06:00
Hadley Wickham 0578bf5e70 Merge pull request #39 from radugrosu/patch-4
Update relational-data.Rmd
2016-02-11 08:08:57 -06:00
Hadley Wickham 0d9df81990 Merge pull request #40 from nate-d-olson/master
fixed small typos
2016-02-11 08:08:23 -06:00
hadley 671a21b124 Update functions 2016-02-11 07:58:53 -06:00
nate-d-olson 19a3e926a9 fixed small typos 2016-02-04 09:06:34 -05:00
hadley 326d5b8511 Note about turning lists into data frames 2016-02-03 11:41:44 -06:00
Radu Grosu ae06075c35 Update relational-data.Rmd
typos
2016-01-30 13:13:46 +00:00
Radu Grosu 0393514ae8 Update tidy.Rmd
typos
2016-01-28 21:10:04 +00:00
Brandon Greenwell 2d987544e9 Fixed Typo
Removed extra "what".
2016-01-28 08:47:26 -05:00
Radu Grosu de44f2e3d6 Update import.Rmd
typos
2016-01-27 13:33:35 +00:00
hadley 8101753650 More functions and for loops 2016-01-25 08:59:36 -06:00
hadley e5937c9301 Merge branch 'master' of github.com:hadley/r4ds 2016-01-22 10:03:23 -06:00
hadley 5e8d952313 Fix broken example post move-around 2016-01-22 10:03:10 -06:00
Hadley Wickham dc23061338 Merge pull request #35 from bgreenwell/patch-2
Fix typo
2016-01-22 09:24:01 -06:00
hadley 986ea61453 Pipes rewrite 2016-01-22 08:55:08 -06:00
Brandon Greenwell af8f81c28c Fix typo
Missing a word (e.g., over or of) here.
2016-01-22 08:50:37 -05:00
hadley 43fcab68c9 Merge branch 'master' of github.com:hadley/r4ds 2016-01-21 09:51:09 -06:00
hadley b359976f3a Starting to work on expressing yourself 2016-01-21 09:51:02 -06:00
Hadley Wickham de38ea8e29 Merge pull request #33 from tjmahr/patch-1
typos in relational-data.Rmd
2016-01-21 08:23:40 -06:00
TJ Mahr 9c0bd89f99 typos in relational-data.Rmd 2016-01-21 07:57:25 -06:00
hadley a61f166012 Load magrittr 2016-01-21 07:13:31 -06:00
Garrett 9137dd91b5 Reorders outline. Model section becomes do science section. 2016-01-20 16:18:50 -05:00
hadley 95c96704c1 Pull robust code out into own chapter 2016-01-20 09:01:54 -06:00
hadley 164e82847d More about robust code 2016-01-20 08:55:50 -06:00
hadley 9ee44648ed Continued brain dump about reliable functions 2016-01-19 08:36:31 -06:00
hadley cc554ee638 Another regexp tutorial to read in more detail 2016-01-19 07:08:17 -06:00
hadley cab42dd99a Starting to thinking about writing functions 2016-01-18 09:19:35 -06:00
hadley 844226da7c Use unique figure dirs 2016-01-18 08:23:01 -06:00
hadley 505c61cfb8 Merge branch 'master' of github.com:hadley/r4ds 2016-01-18 08:21:25 -06:00
hadley 22c09a0e22 More on keys and join problems. 2016-01-18 08:21:22 -06:00
Hadley Wickham c8e2bb01b9 Merge pull request #32 from radugrosu/patch-1
Update transform.Rmd
2016-01-16 14:40:33 -06:00
Radu Grosu 588eefdcd6 Update transform.Rmd 2016-01-15 23:45:13 +00:00
hadley 74346796b6 More about keys 2016-01-15 07:05:45 -06:00
hadley 61a0356444 More css tweaking 2016-01-14 10:53:28 -06:00
hadley 9d2a3f27d4 Ignore gem bundle stuff 2016-01-14 09:56:08 -06:00
hadley 91935804b4 Tweak organisation + nav css 2016-01-14 09:55:39 -06:00
hadley 9f758c5e27 More about join diagrams 2016-01-14 09:51:33 -06:00
hadley 32fc676b01 Use dev version of nycflights13 2016-01-14 09:12:32 -06:00
hadley 61b6f0d934 Join diagram tweaking.
Add diagrams for filtering joins.
2016-01-14 09:12:14 -06:00
hadley b41d39feba Merge branch 'master' of github.com:hadley/r4ds 2016-01-13 09:45:26 -06:00
hadley 3a09b18632 Proofing of final sections of relational data 2016-01-13 09:45:17 -06:00
hadley 79b0660040 More polishing up to filtering joins 2016-01-13 09:06:43 -06:00
Garrett 9a4b3c5267 Merge branch 'master' of github.com:hadley/r4ds 2016-01-12 12:27:13 -05:00