Commit Graph

434 Commits

Author SHA1 Message Date
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
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
hadley 2c4d23e189 Cache book directory 2016-03-09 07:49:59 -06:00
hadley 691f5f21b6 Merge branch 'master' of github.com:hadley/r4ds 2016-03-08 08:16:00 -06:00
hadley 6c7b156ded More writing about functions 2016-03-08 08:15:54 -06:00
Hadley Wickham 8d03871d3d Merge pull request #61 from jimhester/patch-1
Update README
2016-03-07 13:21:46 -06:00
Jim Hester f46409fde3 Update README
There was a broken link and all the R packages are installed automatically using `Remotes`.

I believe the only external dependency is now pandoc.
2016-03-07 10:10:52 -05:00
hadley e672cb3372 More functions writing 2016-03-07 08:32:47 -06:00
Hadley Wickham b56a1d6797 Merge pull request #60 from jennybc/master
typos and similar
2016-03-04 15:59:24 -06:00
jennybc 2b41ac6a04 typos and similar 2016-03-04 13:52:00 -08:00
hadley cbc34125ae ARgh dumb typo 2016-03-04 10:21:30 -06:00