Commit Graph

2040 Commits

Author SHA1 Message Date
Peter Baumgartner
cc5e351c10 show_query() is a dplyr, not a dbplyr function (#1433) 2023-04-17 09:18:56 -04:00
Peter Baumgartner
b4d244836a Unnamed list-columns naturally unnest *into* rows (#1438)
"in to" becomes "into
2023-04-17 09:16:12 -04:00
Peter Baumgartner
8f475fd50e Fix 2typos in arrow (#1434)
* … the choice is made for you, as *in* the data is already in a database …

delete "in"

* Parquet files are usually smaller **than** the equivalent CSV file.

add "than"
2023-04-17 09:15:47 -04:00
Peter Baumgartner
2ded03567a Fix typo in missing-values (#1430)
* "… when you compare them to another" instead of "… when you compare it another"

* Update missing-values.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-04-17 09:15:16 -04:00
Peter Baumgartner
167ef02e82 "This is simple page" misses an "a". (#1435)
Either "This is **a** simple page…" or "This is simple **a** page
2023-04-17 09:14:15 -04:00
Peter Baumgartner
3304cac69a The goal of this function is **to** compute the mean (#1436)
add "to"
2023-04-17 09:13:33 -04:00
Peter Baumgartner
4c30b96b3a Fix typo in "iteration" (#1437)
* … because that value is recorded in the path, not **in** the individual files …

add "in"

* but **you** if you look at the docs for the functions used

delete the first "you"
2023-04-17 09:13:07 -04:00
Peter Baumgartner
7ab1e7c0d9 … including the **the** deeply nested lists … (#1432) 2023-04-17 08:23:45 -04:00
Peter Baumgartner
c31137b0c6 Fix 4 typos in joins (#1431) 2023-04-17 08:18:48 -04:00
Peter Baumgartner
cbcf1e0d8b Fix 3 typos in regexps (#1428) 2023-04-17 08:07:22 -04:00
Mitsuo Shiota
66394d2dcd Fix/EDA typos (#1427) 2023-04-17 08:06:06 -04:00
Peter Baumgartner
0a5be3a022 Fixing typo in numbers chapter (#1425) 2023-04-16 10:06:53 -04:00
Peter Baumgartner
50f061228f Typo chap13 (#1424) 2023-04-16 10:06:22 -04:00
Mara Averick
ee0b4c9aa1 Add alt text for autocomplete image in strings chapter. (#1423) 2023-04-16 09:33:28 -04:00
mine-cetinkaya-rundel
d7937980d9 Fix back, this is still doable 2023-04-12 21:08:22 -04:00
mine-cetinkaya-rundel
5caf0a47df Fix typo + clarify, closes #1422 2023-04-12 20:59:42 -04:00
mine-cetinkaya-rundel
169d14d093 Fix merge conflict
Merge branch 'main' of https://github.com/hadley/r4ds

# Conflicts:
#	data-tidy.qmd
2023-04-12 20:55:17 -04:00
mine-cetinkaya-rundel
b6277d08fc Make table3 match tidyr version, adjust ex accordingly 2023-04-12 20:54:06 -04:00
Mine Cetinkaya-Rundel
9b74249f26 Update data-tidy.qmd 2023-04-12 20:07:41 -04:00
Mine Cetinkaya-Rundel
dfaef41c90 Update numbers.qmd 2023-04-12 18:18:36 -04:00
Sulgi Kim
1f6ddc6c02 Update quarto-formats.qmd (#1421)
correct a typo (a Built tab to a Build tab)
2023-04-12 08:51:07 -04:00
Hadley Wickham
43d80e79b0 Update cover (#1419) 2023-04-10 17:27:44 -04:00
Hadley Wickham
97b9a1b59b Fix name in pivotting column (#1418) 2023-04-10 11:55:51 -04:00
mine-cetinkaya-rundel
d2b27da862 Remove extraneous word 2023-04-10 11:27:25 -04:00
mine-cetinkaya-rundel
b01bb5a061 Comma after e.g. 2023-04-10 11:23:23 -04:00
mine-cetinkaya-rundel
cae4b89e77 Merge branch 'main' of https://github.com/hadley/r4ds 2023-04-10 11:12:40 -04:00
mine-cetinkaya-rundel
0566a79496 Grammatical 2023-04-10 11:12:34 -04:00
Mine Cetinkaya-Rundel
7cbb83ec64 Capitalize Quarto 2023-04-10 01:07:20 -04:00
Jonathan Kitt
11a5c5bbcc Fixed typo (#1397)
* Fixed typo

There seems to be a typo in the list names, and in the associated figures

* Update screenshots

* Now with the little icons

---------

Co-authored-by: mine-cetinkaya-rundel <cetinkaya.mine@gmail.com>
2023-04-10 00:13:02 -04:00
David
0a3456cc67 Fixing typo in functions chapter (#1417) 2023-04-09 23:40:21 -04:00
Mitsuo Shiota
ae818956b2 Fix/data import (#1412)
* - read_csv() recognizes "NA" (Namibia) as NA (not available), as na = c("", "NA") by default.
- this chapter is not about stringr, but about readr.
- "seldom" is missing in the context.
- missing comma of "for example".
- list(.default = col_character()) can also work.
- use another_csv again.
- make tibble() and tribble() examaples identical

* make exactly same as tibble() example

* Update data-import.qmd

* Update data-import.qmd

* Update data-import.qmd

* Update data-import.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-04-09 23:38:44 -04:00
Mitsuo Shiota
e5a847f7b3 Fix/data-transform (#1398)
* fix wrong references, inconsistency between sentence and code, and typos

* Update data-transform.qmd

* Update data-transform.qmd

* Update data-transform.qmd

* Update logicals.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-04-09 23:21:13 -04:00
mine-cetinkaya-rundel
b9f4ad61c3 Remove extraneous comma, closes #1413 2023-04-09 23:00:40 -04:00
mine-cetinkaya-rundel
a0a0c00655 Fix typo for overnight arrival time, closes #1385 2023-04-09 22:54:01 -04:00
mine-cetinkaya-rundel
fbe3121d2d Add missing forward slash, closes #1405 2023-04-09 22:30:13 -04:00
mine-cetinkaya-rundel
edeebc4c61 Visual editor reformat 2023-04-09 22:29:39 -04:00
mine-cetinkaya-rundel
fc128fb591 Merge branch 'main' of https://github.com/hadley/r4ds 2023-04-09 22:23:13 -04:00
mine-cetinkaya-rundel
f4cd4d1d4e Fix ISO typo, closes #1415 2023-04-09 22:23:01 -04:00
Mitsuo Shiota
e00ecd35ba typos (#1403) 2023-04-08 10:36:31 -04:00
Mitsuo Shiota
9483bef03f speed = distance / time, and typos (#1402) 2023-04-08 10:34:21 -04:00
Mitsuo Shiota
4be5b37d87 Fix/workflow-scripts (#1406)
* missing verb and article, and wrong shortcut

* Update workflow-scripts.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-04-08 10:30:12 -04:00
mine-cetinkaya-rundel
dc2e531499 Remove line break + visual editor moved chunk 2023-04-08 10:23:03 -04:00
Daihe Sui
2c04b84d46 Update numbers.qmd (#1409)
* Update numbers.qmd

Some typos. Espeically, the unit of dep_delay is minute rather than hour.

* Update numbers.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-04-08 10:17:50 -04:00
Peter Baumgartner
23e265f083 Typo in transform.qmd (#1411)
These are **the** simplest type**s** of vector**s**, …
2023-04-08 10:12:23 -04:00
Mitsuo Shiota
c8b5536d02 Fix/workflow-basics (#1391)
* justify omitting the name of the second arugument

* Update workflow-basics.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-04-08 10:10:19 -04:00
Mitsuo Shiota
eb0cd7f962 Fix/data-visualize (#1390)
* remove old reference to now-deleted right plot, and fix typos

* I was wrong. This is not a typo. Recover it.
2023-04-08 09:55:50 -04:00
Jonathan Kitt
b58c2216b9 Fixed typo (#1395) 2023-03-28 07:42:32 -04:00
Devarshi Thakkar
e1286ca089 Update data-visualize.qmd (#1394)
In Section 2.2.4, 5th paragraph, 2nd line has typo. There are two 'to's.
2023-03-27 23:04:29 -04:00
alberto-agudo
51a9fb2aef Fixing typo (#1393) 2023-03-27 19:52:14 -05:00
alberto-agudo
ccf52d5dc8 Fixing wrong word (#1392) 2023-03-27 17:40:33 -05:00