Commit Graph

493 Commits

Author SHA1 Message Date
MJMarshall d8f3bbddb4 Update iteration.Rmd
Correcting typo in exercise code
2016-03-26 10:07:13 +00:00
Earl Brown 2e024c9722 Update intro.Rmd
rogue "in"
2016-03-25 23:43:16 -05:00
Hadley Wickham 5c7cf27b2a Merge pull request #76 from kdpsingh/patch-2
changed "formally" to "formerly"
2016-03-25 17:13:52 -05:00
kdpsingh 0c40bb3faa changed "formally" to "formerly" 2016-03-25 17:30:28 -04:00
Hadley Wickham 19f2ca409f Merge pull request #73 from darrkj/patch-1
Update iteration.Rmd
2016-03-25 10:01:07 -05:00
Hadley Wickham 8939a25d68 Merge pull request #74 from Nowosad/patch-1
link fixed
2016-03-25 10:00:30 -05:00
Jakub Nowosad 4efd7e5da6 link fixed 2016-03-25 15:42:33 +01:00
hadley 031d7c9182 Update tibbles & move up in hierarchy 2016-03-25 09:39:49 -05:00
Kenny Darrell b234d4fd73 Update iteration.Rmd
the loops vs FP sounded like apples to oranges, moved one layer up in abstraction
2016-03-25 10:07:24 -04:00
hadley 1c99099a0c Now need tibble 2016-03-25 08:03:14 -05:00
hadley b912e0e0fd Merge branch 'master' of github.com:hadley/r4ds 2016-03-25 07:59:12 -05:00
hadley 21a6cb4b29 Complete first draft of iteration 2016-03-25 07:59:05 -05:00
Hadley Wickham 8757548eca Merge pull request #72 from OaCantona/patch-3
Mistake in exercise
2016-03-24 13:51:48 -05:00
OaCantona 790ce266e4 Mistake in exercise 2016-03-24 18:25:56 +01:00
Hadley Wickham e6a207e2b7 Merge pull request #71 from nareal/patch-1
Update transform.Rmd
2016-03-24 10:17:52 -05:00
Nelson Areal 5b21679e93 Update transform.Rmd
Corrected a filter in an example.
2016-03-24 14:36:27 +00:00
hadley 9d3db21817 More writing about iteration 2016-03-24 09:09:09 -05:00
Curtis Alexander 144382510e typos 2016-03-23 09:41:34 -05:00
hadley adc4cc77c9 Ignore byproducts of preview 2016-03-22 08:58:02 -05:00
hadley 8c35f78b3a More work on for loops 2016-03-22 08:57:52 -05:00
hadley 53afb76ae7 Don't cache loading of stringr package 2016-03-22 07:49:09 -05:00
hadley 39e4f27146 Merge branch 'master' of github.com:hadley/r4ds 2016-03-21 08:55:09 -05:00
hadley cc84fc4085 Working on iteration 2016-03-21 08:55:07 -05:00
Hadley Wickham d0396cd7dc Merge pull request #68 from elgabbas/patch-1
typo
2016-03-21 08:54:14 -05:00
Hadley Wickham 92697a542d Merge pull request #67 from kdpsingh/patch-1
fixed spelling error "grouning" to "grounding"
2016-03-21 08:54:01 -05:00
Hadley Wickham 02223d296d Merge pull request #54 from radugrosu/patch-10
Update variation.Rmd
2016-03-21 08:53:37 -05:00
Hadley Wickham 627bcc9093 Merge pull request #52 from bgreenwell/patch-5
Fix typo
2016-03-21 08:52:19 -05:00
Hadley Wickham ca7960a32f Merge pull request #51 from radugrosu/patch-9
Update model.Rmd
2016-03-21 08:52:09 -05:00
Hadley Wickham 46e2039ec4 Merge pull request #50 from radugrosu/patch-8
Update robust-code.Rmd
2016-03-21 08:51:36 -05:00
hadley 9b1f00af16 Data structures need to come before iteration 2016-03-21 08:05:58 -05:00
Ahmed ElGabbas ad1ce3b312 typo 2016-03-18 02:41:52 +01:00
kdpsingh 9b351acdb2 fixed spelling error "grouning" to "grounding" 2016-03-17 12:29:44 -04:00
hadley 30964d5e78 Bit more about data structures 2016-03-16 08:01:03 -05:00
hadley abcf1e38a4 More on data structures 2016-03-14 09:11:24 -05:00
hadley 6f2f9b858d Improvments suggested by @tjmahr 2016-03-11 13:11:41 -06:00
hadley 72c726cf7c Starting brain dump of data structures 2016-03-11 09:10:20 -06:00
hadley 9a234f1b42 Update cover image 2016-03-11 07:53:39 -06:00
hadley ed1a6dc5d4 Drop robust code for now 2016-03-11 07:48:04 -06:00
hadley f93cb3be4f Add intro back to book! 2016-03-10 17:30:21 -06:00
hadley 33505b579d Better language 2016-03-10 09:37:19 -06:00
hadley c6629dcd1c Tweak final functions para 2016-03-10 08:51:38 -06:00
hadley 3496aafabf A bit about equality 2016-03-10 08:49:41 -06:00
hadley 64608d305b Merge branch 'master' of github.com:hadley/r4ds 2016-03-10 08:46:12 -06:00
hadley 82d293bb50 Shuffle programming structure.
Also improve intro
2016-03-10 08:46:06 -06:00
Hadley Wickham 97948370fe Merge pull request #64 from ijlyttle/patch-2
Functions.Rmd: some proposed words on identical()
2016-03-10 08:33:24 -06:00
Hadley Wickham ef1d079475 Merge pull request #63 from ijlyttle/patch-1
Typo - Update Functions.Rmd
2016-03-10 08:32:04 -06:00
hadley 1d2246f4f6 Polishing pipes 2016-03-10 08:13:13 -06:00
Ian Lyttle 6410b4f969 Functions.Rmd: some words on identical()
Adds discussion of `identical()` function to `if` section. 

I, personally, find identical() to be useful, but I can see that it does not add aesthetic value to the code. 

(BTW, really enjoying seeing this book come together!)
2016-03-10 08:07:44 -06:00
Ian Lyttle 3aa7cb847c Update Functions.Rmd
I think the Little Bunny was missing a Foo :)
2016-03-10 07:48:51 -06:00
hadley 89c60af173 Minor tweaks 2016-03-09 08:42:51 -06:00