Commit Graph

1930 Commits

Author SHA1 Message Date
Hadley Wickham fc631a4509
Intro update (#1333)
* Update contributors

* Trim intro

* Update intro.qmd

* Update intro.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-03-01 23:51:48 -05:00
Jonathan Kitt 63cbf8a90d
Fixed typos (#1307)
Fixed typos in figure explanation : top/middle/bottom rather than left/middle/right, due to the display of figures in the text.
2023-03-01 14:04:54 -06:00
Hadley Wickham 1eed88433c
Updates for new relationship argument (#1331) 2023-03-01 14:01:24 -06:00
Hadley Wickham 8b8b31a4b9 Fix keyboard shortcut
Fixes #1317
2023-03-01 14:01:08 -06:00
Hadley Wickham 0c2971b9d1
Eliminate pipes chapter (#1332)
More pipes in to transform chapter, and reflow chapter summaries.
2023-03-01 13:34:26 -06:00
Hadley Wickham 844879979b Fix typo
Fixes #1329
2023-03-01 09:45:08 -06:00
Hadley Wickham 7cd62150c0
TR feedback 2 (#1318) 2023-03-01 07:45:54 -06:00
Jonathan Kitt bf07203845
Fixed typos (#1315)
- by time -> by the time
- last sentence of the chapter refers to next chapter as focusing on getting help, which seems to be an error due to the reordering to chapters.
2023-02-28 08:36:29 -05:00
Penelope Y 89f587b75e
Fix typos and UK spellings (#1314) 2023-02-28 08:35:57 -05:00
David e3cb556344
Fixing typo (#1313)
* Fixing typo

* Update logicals.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-02-28 05:17:09 -05:00
Mine Cetinkaya-Rundel 9887705f43
TR edits - Chp 1-9 (#1312)
* Mention parquet and databases

* Simplify language

* Explain what var and obs mean

* Data View() alternative

* Explain density

* Boxplot definition

* Clarify IQR, hide figure, add exercise

* will -> can

* Transform edits

* Fix typo

* Clairfy cases
2023-02-27 21:54:34 -05:00
Hadley Wickham c0f0375d44
TR review feedback for logicals-factors (#1310) 2023-02-27 16:42:29 -06:00
Hadley Wickham b03248a66f tidyverse is now on CRAN 2023-02-27 14:07:01 -06:00
Jonathan Kitt 7d60ab2775
Fixed typo (#1308) 2023-02-27 05:39:47 -05:00
Mine Cetinkaya-Rundel 82c3bd3620
Add "character", closes #1304 2023-02-26 17:38:18 -05:00
Caddy 5b46b73b2d
Fixed a little typo (#1305) 2023-02-26 08:59:15 -06:00
Zeki Akyol f03b2e4a67
Fix typo (#1302) 2023-02-25 09:06:46 -05:00
Jonathan Kitt 1ae4d0a042
Fixed error in text (#1300)
Replaced "After reading the first two parts" with "After reading the first part" : I think this comes from reordering the chapters in the 2e ?
2023-02-24 08:39:41 -05:00
David 568d3d44e8
Fixing typo (#1301) 2023-02-24 08:39:19 -05:00
mine-cetinkaya-rundel d1e0121ce2 Functions are already introduced, closes #1293 2023-02-24 00:36:39 -05:00
mine-cetinkaya-rundel 550f5ce7d3 Add explanation of transformation, explain #1280 2023-02-24 00:26:34 -05:00
mine-cetinkaya-rundel 661b0a5339 Adding back an NA, closes #1273 2023-02-24 00:18:33 -05:00
mine-cetinkaya-rundel 9ee09e9441 Fix capitalization, closes #1286 2023-02-23 23:53:52 -05:00
mine-cetinkaya-rundel b222b5c467 Merge branch 'main' of https://github.com/hadley/r4ds 2023-02-23 23:52:43 -05:00
mine-cetinkaya-rundel 1a1151cb0b Make plots side-by-side 2023-02-23 23:52:04 -05:00
Ercan Karadas e827725d8e
a missing word inserted (#1298)
* a missing word corrected

* CLT versus LLN

* summary statistics instead of summary

* Update data-transform.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-02-23 23:49:43 -05:00
Jonathan Kitt df90abbde5
Fixed typo (#1297) 2023-02-22 11:35:38 -05:00
mine-cetinkaya-rundel a386d47311 Some technical review comments 2023-02-21 09:19:55 -05:00
mine-cetinkaya-rundel 90470aa721 Give a bit more direction 2023-02-21 08:54:08 -05:00
mine-cetinkaya-rundel bd3bb42f24 Clarify which delay 2023-02-21 08:50:32 -05:00
David a9afa9bb19
Typo in plot alt text (#1295) 2023-02-21 07:08:26 -06:00
Ned Western 8e471a578e
Update EDA.qmd (#1292)
Minor typo
2023-02-17 18:19:05 -05:00
Matthias Liew 90c63f11e0
Typo Correction in Section 11.3 (#1289)
Changed geom_smooth() to geom_point() to maintain consistency with geometric object function name in the code block below.
2023-02-15 21:51:18 -05:00
MatthiasLiew 821973e944
Minor Typo Fixes in Section 8.2.1 (#1287)
Changed meal_type to meal_plan to maintain consistency with the variable name in the data/code.
2023-02-15 07:49:11 -05:00
MatthiasLiew 1a4d2481ea
Minor Correction in 6.5 Summary Section (#1285)
vignette(pivot, package = "tidyr") should be changed to vignette("pivot", package = "tidyr")

The former code produces an "object not found" error as vignette does not quote its arguments.
2023-02-15 07:47:51 -05:00
Hadley Wickham 911528d48f Remove O'Reilly files 2023-02-14 07:37:48 -06:00
Hadley Wickham ad72f30b9a Fix some heading issues 2023-02-14 07:37:48 -06:00
Zeki Akyol 5cfe902d8c
Change `data set` to `dataset` (#1282)
- It changes `data set(s)` to `dataset(s)` for consistency, throughout the book.
- It adds `# Left` and `# Right` comments for similar side-by-side plots.
2023-02-14 07:32:09 -06:00
Zeki Akyol 61a4ce719d
Improve sentences (#1279)
It slightly improves sentences and fixes some typos.
2023-02-13 13:29:46 -06:00
Mine Cetinkaya-Rundel b0a395b477
Update DESCRIPTION 2023-02-13 11:49:46 -05:00
mine-cetinkaya-rundel e22180434b Fix EDA typos, closes #1272 2023-02-13 02:37:32 -05:00
mine-cetinkaya-rundel 59e82eb77e On avg -> typical, since medians not means, closes #1269 2023-02-13 02:25:35 -05:00
Mine Cetinkaya-Rundel 18419626ed
A round of edits for length (#1278)
* Move workflow section into Quarto chapter

* Delete removed chapter

* - Hide figures in exercises
- Change eval: false to fig-show: hide

* Remove

* Fix color scale, closes #1243

* Fix plot size

* Reduce image size + formatted excel discussion

* Shorten URLs where possible

* Fix text running off the page on PDF

* Address figure sizing issue

* Re-org removes the need for this reference

* Remove one plot to reduce redundancy

* Read thru

* Minor edits

* Add ggthemes
2023-02-13 02:22:17 -05:00
Rohan Alexander be10801648
Minor typos (#1277) 2023-02-12 14:46:21 -05:00
Rohan Alexander d07a98d1a0
Minor typos (#1276) 2023-02-12 14:45:56 -05:00
Rohan Alexander 65e3a416b6
Fix minor typos (#1274) 2023-02-11 14:40:31 -05:00
David a857e3e396
Fixing typo in plot alt (#1267)
Fixing typo in plot alternative in Statistical transformations section
2023-02-08 08:11:55 -05:00
Hadley Wickham cd6c68b5a9 Minimise iteration 2023-02-07 15:48:02 -06:00
Hadley Wickham 4322a35d7c Minimise base-R a little 2023-02-07 15:41:16 -06:00
Hadley Wickham 3c81995877 Reduce contents of functions chapter 2023-02-07 15:28:45 -06:00