Hadley Wickham
f0215486cc
Consistent function names
...
Fixes #790
2020-10-04 16:08:10 -05:00
Jeffrey Arnold
5f85b4c592
Remove use of mu in exercises ( #748 )
...
Two exercises use $\mu$ to mean the mean parameter of a normal distribution. However, nowhere in the book is it defined as such. For clarity replace $\mu$ with "mean".
2020-01-15 12:41:35 -06:00
Stéphane Guillou
3b91773ca2
typos ( #773 )
2020-01-15 12:36:27 -06:00
Zhuoer Dong
323a84bd45
typo in iteration.Rmd ( #730 )
2018-11-19 07:35:12 -06:00
twgardner2
38cd5aa337
Reword amount of code reduction ( #685 )
...
* Update iteration.Rmd
* Update iteration.Rmd
Rewording the amount of code reduction due to generalizing code with a function
2018-10-24 12:26:03 -05:00
John D. Storey
7e6b1e7148
Update iteration.Rmd ( #633 )
...
Fixed typo.
2018-06-20 11:03:51 +02:00
hadley
44ad7547cf
Fix typo. Fixes #567
2017-05-03 08:23:06 -05:00
yahwes
c81d1e0087
fix list of typos ( #488 )
2016-10-24 13:04:21 -05:00
Jose Roberto Ayala Solares
86a4d1df6f
Comma added ( #477 )
2016-10-19 08:49:35 -05:00
hadley
4e49cfacc3
Integrate suggestions from @behrman
2016-10-04 14:21:04 -05:00
hadley
30509621cf
Tibble is always attached now
2016-10-03 16:53:31 -05:00
hadley
7768955fe6
Use tidyverse package
...
Fixes #451
2016-10-03 12:30:24 -05:00
hadley
55bfde51cc
Fix typo.
...
Fixes #442
2016-10-03 08:49:34 -05:00
Brett Klamer
e6a99ee9cb
Fixing typos in iteration.Rmd ( #313 )
2016-08-26 10:15:03 -05:00
Shannon Ellis
d150dce730
Update iteration.Rmd ( #292 )
...
minor typo
2016-08-19 14:53:34 -05:00
hadley
ecc6dc7909
Iteration proofing
2016-08-19 09:15:08 -05:00
hadley
d071a1a45c
Use tibble instead of data.frame
2016-08-18 09:38:33 -05:00
hadley
672acd61aa
Tribble now in dev tibble
2016-08-18 08:39:22 -05:00
hadley
92d7665920
Drop handling hierarchy
...
It's just a bit too raw - and rather than polishing it, it would be better to put the time in to (e.g.) ggplot2 scales
2016-08-15 09:18:56 -05:00
hadley
9d7851318d
Tweaks to iteration
2016-08-15 08:18:51 -05:00
Rademeyer Vermaak
8c07dc278a
Update iteration.Rmd ( #232 )
2016-08-05 08:52:46 -05:00
Rademeyer Vermaak
238880b233
Update iteration.Rmd ( #231 )
2016-08-05 08:52:38 -05:00
hadley
3836b6b352
Grrr, purrr aliasing strikes again
2016-07-24 15:21:32 -05:00
hadley
f02e080778
Correct loop initialisation
...
Fixes #133
2016-07-24 09:10:35 -05:00
hadley
8642a46352
Add missing intro heading
2016-07-24 09:08:24 -05:00
hadley
7bb8acf72a
Correct parens
...
Fixes #144
2016-07-24 09:07:48 -05:00
behrman
04093294b1
Fix typos ( #159 )
2016-07-22 11:22:53 -05:00
hadley
8faebedf9f
Consistent chapter intro layout
2016-07-19 08:01:50 -05:00
hadley
3c5838dcbd
data_frame -> tibble
2016-07-14 10:57:54 -05:00
Jennifer (Jenny) Bryan
71cc5899a5
Fix broken links
2016-07-07 23:13:09 -07:00
hadley
539e6d9a8a
Fixes from Roberto
2016-06-27 13:07:23 -05:00
Hadley Wickham
eb1a225e25
Merge pull request #99 from kdpsingh/patch-4
...
Fixed typo - "machinary" to machinery
2016-05-25 09:45:44 -05:00
Hadley Wickham
95b96fad48
Merge pull request #100 from kdpsingh/patch-5
...
Minor grammatical corrections.
2016-05-25 09:45:22 -05:00
Hadley Wickham
ff4a81beab
Merge pull request #101 from kdpsingh/patch-6
...
Minor grammar fix -- removed "type of"
2016-05-25 09:45:09 -05:00
jjchern
0eb06e7b74
"vs" should be "vs."
2016-05-23 18:35:41 -05:00
kdpsingh
a43fb95cc4
Minor grammar fix -- removed "type of"
...
There was a missing word after "type of" -- potentially you meant "type of assignment." I removed "type of" to make it more concise.
2016-05-20 02:30:10 -04:00
kdpsingh
6cf882b276
Minor grammatical corrections.
2016-05-20 02:19:51 -04:00
kdpsingh
4d9998117f
Fixed typo - "machinary" to machinery
2016-05-20 02:09:26 -04:00
hadley
e36a6ccbd1
No longer need out.width for diagrams
2016-04-22 15:27:45 -05:00
hadley
39e23c46de
More about data structures
2016-04-06 09:02:11 -05:00
MJMarshall
762b8e685e
Update iteration.Rmd
...
correcting for/while typo
2016-03-29 10:32:25 +01:00
Hadley Wickham
8114e51386
Merge pull request #78 from MJMarshall/patch-1
...
Update iteration.Rmd
2016-03-26 13:49:56 -05:00
OaCantona
a0fb7283b0
Difference in code
2016-03-26 11:40:27 +01:00
MJMarshall
d8f3bbddb4
Update iteration.Rmd
...
Correcting typo in exercise code
2016-03-26 10:07:13 +00: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
21a6cb4b29
Complete first draft of iteration
2016-03-25 07:59:05 -05:00
hadley
9d3db21817
More writing about iteration
2016-03-24 09:09:09 -05:00
hadley
8c35f78b3a
More work on for loops
2016-03-22 08:57:52 -05:00
hadley
cc84fc4085
Working on iteration
2016-03-21 08:55:07 -05:00
hadley
82d293bb50
Shuffle programming structure.
...
Also improve intro
2016-03-10 08:46:06 -06:00