hadley
44ad7547cf
Fix typo. Fixes #567
2017-05-03 08:23:06 -05:00
hadley
6e52fd9266
Update link. Fixes #513
2017-05-03 08:18:03 -05:00
hadley
4de457b408
Non-syntactic reminder. Fixes #509
2017-05-03 08:14:41 -05:00
hadley
e30bf1ee3f
Missing words. Fixes #508
2017-05-03 08:13:49 -05:00
hadley
afbdf63ff5
Fixes #496
2017-05-03 08:11:20 -05:00
hadley
dbb64a5a6a
Updates to US figures
2017-05-03 08:06:26 -05:00
hadley
3860c106fb
Manually integrate fixes
...
Closes #495
2017-05-03 08:06:26 -05:00
Ben Steinberg
de449d678b
it's -> its ( #528 )
2017-05-03 08:01:23 -05:00
Ben Steinberg
f91ab68bf2
inconsistences -> inconsistencies ( #527 )
2017-05-03 08:01:13 -05:00
Julian During
3ae67d3862
Typo ( #516 )
...
Deleted the word "put"
2017-05-03 08:00:50 -05:00
hadley
74a480e5d6
Move exercise to better location #514
2017-05-03 08:00:32 -05:00
A. s
25b1f7fb1c
added hint for cummulative functions ( #514 )
2017-05-03 07:59:03 -05:00
Robin Gertenbach
5e17edb7f1
Corrected typo in Unusual values ( #512 )
...
the unusually wide limits are either on the y-variable or on the x-axis
2017-05-03 07:58:49 -05:00
RomeroBarata
99271ee711
Update exercise 2 section 3.2.4 ( #511 )
...
Did you mean `mpg` instead of `mtcars`?
2017-05-03 07:58:35 -05:00
Ranae Dietzel
a4e266084f
Changed "three" to "two" for list of two ( #505 )
...
Unless there is a forgotten third part to a model
2017-05-03 07:58:26 -05:00
Jazz Weisman
5a4ed8926c
Update rmarkdown.Rmd ( #504 )
2017-05-03 07:58:03 -05:00
Ivan Krukov
3b67bc2926
Typo on line 102 ( #493 )
2017-05-03 07:56:25 -05:00
Brian G. Barkley
0660340e56
Correct small typo in intro.Rmd ( #492 )
...
Last sentence in section 1.4.1: R should be changed to "putting it off only makes it worse" or "putting it off will only make it worse".
2017-05-03 07:56:15 -05:00
Jose Roberto Ayala Solares
2beb40da32
Replace comma for period ( #486 )
2017-05-03 07:56:08 -05:00
Jose Roberto Ayala Solares
bceebda5e0
Duplicate word deleted ( #485 )
2017-05-03 07:55:54 -05:00
Jose Roberto Ayala Solares
27ea4c4aa0
Duplicate word erased ( #482 )
2017-05-03 07:55:45 -05:00
Jose Roberto Ayala Solares
39b044b07e
Comma added ( #481 )
2017-05-03 07:55:38 -05:00
hadley
ca818726fc
Improve intro
...
Fixes #480
2017-05-03 07:55:03 -05:00
hadley
956ea4faac
Correct poorly translated formula'
...
Fixes #479
2017-05-03 07:53:59 -05:00
lindbrook
413e407242
functions.rmd: Writing pipeable functions ( #475 )
2017-05-03 07:52:35 -05:00
hadley
25d0c9b083
Add missing word. Fixes #470
2017-05-03 07:52:03 -05:00
Mauro Lepore
30dc885eb0
Typo, add to ( #574 )
2017-05-03 07:50:03 -05:00
Everett Robinson
7da10e182e
Adds the missing word "top" ( #573 )
...
The following sentence under the section Vector Basics is missing the word "top": "Dates and date-times are built on of numeric vectors." The sentence should read: "Dates and date-times are built on top of numeric vectors."
2017-05-03 07:49:35 -05:00
Tal Galili
f538fc7356
Keep the same "table of cut values" example ( #571 )
...
* Keep the same "table of cut values" example
No need to go with imaginary values when there is a nice example that is used before and after this example.
* indent and remove extra comma
2017-05-03 07:49:25 -05:00
Sophiazj
aa0d1ea938
Update intro.Rmd ( #569 )
...
Delete extra one "the" in a sentence.
2017-05-03 07:46:29 -05:00
Katrin Leinweber
66704f3730
correct typo ( fixes #506 ) ( #568 )
2017-05-03 07:46:11 -05:00
Sebastian Kraus
0f9ff62c4b
changed a punctuation mark ( #564 )
...
-"."
+"?" (End of a question)
2017-05-03 07:45:55 -05:00
Saghir
190b9134f8
Vector.Rmd: Typo Corrected "Augmented Vectors" ( #563 )
...
There is a difference in four augmented types between Section "Augmented Vectors" and Section "Basic Vectors". Please double check.
2017-05-03 07:45:46 -05:00
Saghir
30f223579e
model-basics.Rmd: Typos corrected ( #558 )
2017-05-03 07:45:11 -05:00
Saghir
ff7fa15f35
rmarkdown-formats.Rmd: Typo corrected ( #557 )
2017-05-03 07:45:00 -05:00
Garrett Grolemund
881a900303
Two changes suggested by Toshi ( #550 )
...
1. Adds a select() call when exploring diamonds sizes to ensure that the anomalous y variable appears on the page of the printed book (where it is discussed).
2. Adds message = FALSE to suppress "Loading required package: methods" message.
2017-05-03 07:44:34 -05:00
Ben Marwick
7494ea1c01
indicate source of sim1 dataset ( #546 )
2017-05-03 07:43:54 -05:00
Jeff Boichuk
a8099d06a6
Adds a missing "the" ( #545 )
...
The following sentence is missing the bracketed word (i.e., "the"): "ggplot2 provides over 20 stats for you to use. Each stat is a function, so you can get help in [the] usual way"
2017-05-03 07:43:27 -05:00
djbirke
9836d5c86a
Add `show.legend = FALSE` mentioned in exercise ( #543 )
...
The example wants to show different ways of producing the same plot (as done in the print version). One of the exercises refers to a `show.legend = FALSE` used previously. This change brings the parts back into harmony.
2017-05-03 07:43:15 -05:00
Matthew Sedaghatfar
f326765d3c
Pre-Order to Order ( #536 )
...
* Pre-order to Order
The book is no longer in pre-order.
Using similar wording as in http://adv-r.had.co.nz/Introduction.html
* Update index.rmd
* Update index.rmd
2017-05-03 07:42:56 -05:00
Rohan Alexander
602d227cc4
Fix typos in Chapter 7 ( #534 )
2017-05-03 07:42:40 -05:00
Luke Smith
4649b8737d
Print `hour<-`() result ( #531 )
2017-05-03 07:42:23 -05:00
Sam Firke
5b3ea786c8
typo: categorcal -> categorical ( #524 )
2017-05-03 07:42:10 -05:00
Ben Steinberg
cb2aebb7a8
Max -> Mac, .r -> .R ( #523 )
...
Fix one typo, make file extension consistent
2017-05-03 07:42:01 -05:00
Hiroaki Yutani
41ebabf255
fix a typo in workflow-projects.Rmd ( #518 )
2017-05-03 07:41:44 -05:00
Andrea Gilardi
b104592606
Update Functions.Rmd ( #526 )
...
I think there is a typo in wt_mean because if it's a weighted mean of x with weights w it should be sum(x * w) / sum(w)
2017-01-23 09:05:54 -06:00
Ben Steinberg
c25ca46544
hone in -> home in ( #517 )
2017-01-12 21:56:09 -05:00
hadley
4d7e73bb9a
Colour cover
2016-12-02 12:11:59 -06:00
kaetschap
39d210fb35
Update visualize.Rmd ( #500 )
...
function used is tribble() but function used in the text below to describe the code snippet was tibble()
=> changed from tibble() => tribble()
2016-11-28 10:52:39 -06:00
hadley
aa229e3bc1
Update contribs
2016-11-21 08:29:11 -06:00