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
hadley
5468506e8c
Add US spelling version
2016-11-21 08:29:06 -06:00
hadley
b2f36a1cfc
Copy for creating figures dir
...
(For book export)
2016-11-21 08:28:57 -06:00
hadley
4dd8bb4676
Add missing word
2016-11-10 11:10:49 -06:00
hadley
e772065e05
Merge branch 'master' of github.com:hadley/r4ds
...
# Conflicts:
# factors.Rmd
2016-11-10 11:10:30 -06:00
hadley
bb7e18522e
Minor fixes
2016-11-10 11:09:51 -06:00
Garrett Grolemund
8e45acf8e7
Fixes typos in tibble.Rmd
2016-11-03 13:33:05 -05:00
Garrett Grolemund
0ea5509fac
Fixes typos in RDA.Rmd
2016-11-03 13:18:13 -05:00
Garrett Grolemund
02cabd460f
Adds missing of to transform.Rmd
2016-11-03 12:57:56 -05:00
Garrett Grolemund
8cf4f37044
Fixes typo in Workflow-scripts.Rmd
2016-10-31 17:26:15 -05:00
Garrett Grolemund
ca2e1ab383
Fixes typos in workflow-projects.Rmd
2016-10-31 14:23:05 -05:00
Garrett Grolemund
81dc7a77e0
Fixes typos in visualization.Rmd
2016-10-31 11:58:04 -05:00
Nirmal Patel
e2fcf4928d
Update rmarkdown.Rmd ( #489 )
...
Changed cached = TRUE to cache = TRUE.
2016-10-26 08:29:40 -05:00
Nirmal Patel
e1e3e78b7c
Typos in Vectors chapter ( #490 )
2016-10-26 08:29:32 -05:00
yahwes
c81d1e0087
fix list of typos ( #488 )
2016-10-24 13:04:21 -05:00
Jose Roberto Ayala Solares
4bb10b9ae4
Correction of a small typo ( #476 )
2016-10-19 08:50:39 -05:00
Jose Roberto Ayala Solares
86a4d1df6f
Comma added ( #477 )
2016-10-19 08:49:35 -05:00
Jakub Nowosad
3759e4b354
Update vectors.Rmd ( #474 )
...
hide message
2016-10-17 20:07:11 -05:00
Jose Roberto Ayala Solares
8ee35330f7
Typo correction ( #473 )
...
Change "want" for "warning" in line 67.
2016-10-16 11:56:27 -07:00
Paul
f086a92f18
Fix cross-reference. ( #471 )
2016-10-13 11:22:51 -07:00
zeal626
c9e2cb2ef4
Fixed typo ( #469 )
...
challange -> challenge
2016-10-12 07:38:16 -07:00
Jakub Nowosad
c161e663c5
Update intro.Rmd ( #465 )
...
Typos fixed
2016-10-12 07:38:04 -07:00
Jakub Nowosad
4f01991f13
Update README.md ( #468 )
2016-10-12 07:27:58 -07:00
Jakub Nowosad
898b86cf63
Update visualize.Rmd ( #467 )
...
unified ESCAPE
2016-10-12 07:27:42 -07:00
Jakub Nowosad
eb0efa01af
Update workflow-basics.Rmd ( #466 )
2016-10-12 07:26:50 -07:00
Paul
87f480713d
Fix a typo ( #464 )
2016-10-11 23:18:26 -05:00
Terence Teo
4a27316c13
Fixed Typo: Changed LaTeX code to Markdown ( #463 )
...
Better late than ever, I hope. Congrats on shipping the book to O'Reilly, Hadley!
2016-10-11 23:15:40 -05:00