Commit Graph

40 Commits

Author SHA1 Message Date
Yvonne Fröhlich 6cc6b88438
Fix typos in subsection "6.3.2 How does pivoting work?" (#1534)
* Add missing word

* Fix typo
2023-07-16 07:28:14 -05:00
Mine Cetinkaya-Rundel 02651ef846
Remove status (#1527)
* Remove status

* Remove status, no other changes

* Leave a note about how to use status()

* Remove status + visual editor made some changes

* Remove backticks added by visual editor

* Remove whitespaces
2023-07-13 11:52:21 -04:00
mine-cetinkaya-rundel 205c9922f4 Make syntax for multi-line fig-cap and fig-alt consistent 2023-05-26 11:44:08 -04:00
mine-cetinkaya-rundel 060090a433 Fix typo + formatting 2023-05-09 14:04:45 -04:00
mine-cetinkaya-rundel d7937980d9 Fix back, this is still doable 2023-04-12 21:08:22 -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
Hadley Wickham 97b9a1b59b
Fix name in pivotting column (#1418) 2023-04-10 11:55:51 -04:00
mine-cetinkaya-rundel b01bb5a061 Comma after e.g. 2023-04-10 11:23:23 -04:00
Mitsuo Shiota e00ecd35ba
typos (#1403) 2023-04-08 10:36:31 -04:00
Tom Godfrey efd42b3292
Typo fix (#1375) 2023-03-17 08:06:54 -04:00
cthierst 13e2fa1691
minor typo (#1371) 2023-03-16 11:40:21 -04:00
mine-cetinkaya-rundel d58d313b5e Clarify action, closes #1361 2023-03-11 05:37:41 -05:00
Mine Cetinkaya-Rundel acc6f5a79b
Replace with realistic data for "how does `pivot_*()` work" (#1357) 2023-03-10 16:31:07 -06:00
Hadley Wickham 1e488f384f
Final comments from whole game (#1347) 2023-03-08 10:40:53 -06:00
Hadley Wickham 424665c929 Improve data tidying
Fixes #1322
2023-03-07 16:10:32 -06:00
Mine Cetinkaya-Rundel c6edfb977e
More TR edits (#1343)
* Data tidy edits

* Style edits

* Bit more clarification based on review comments

* Import review edits

* Scripts edits

* Help edits

* Insert edits throughout

* Update data-import.qmd

Co-authored-by: Hadley Wickham <h.wickham@gmail.com>

* Update data-import.qmd

Co-authored-by: Hadley Wickham <h.wickham@gmail.com>

* Update data-tidy.qmd

Co-authored-by: Hadley Wickham <h.wickham@gmail.com>

* Update data-tidy.qmd

Co-authored-by: Hadley Wickham <h.wickham@gmail.com>

* Update data-tidy.qmd

Co-authored-by: Hadley Wickham <h.wickham@gmail.com>

* Update data-transform.qmd

Co-authored-by: Hadley Wickham <h.wickham@gmail.com>

* Update data-transform.qmd

Co-authored-by: Hadley Wickham <h.wickham@gmail.com>

* Update data-import.qmd

Co-authored-by: Hadley Wickham <h.wickham@gmail.com>

---------

Co-authored-by: Hadley Wickham <h.wickham@gmail.com>
2023-03-07 08:52:43 -05: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
Penelope Y 89f587b75e
Fix typos and UK spellings (#1314) 2023-02-28 08:35:57 -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
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
Zeki Akyol 61a4ce719d
Improve sentences (#1279)
It slightly improves sentences and fixes some typos.
2023-02-13 13:29:46 -06:00
Hadley Wickham 07ebc8c2c0 Reduce tidy data content 2023-02-07 10:01:02 -06:00
Todd Gerarden 91e6e304b4
Minor typo in 6 Data tidying (#1265)
Edited the second code chunk in section 6.3.2 so that pivoted variable names match Figures 6.3, 6.4, and 6.5 for clarity.
2023-02-06 16:11:28 -06:00
Mine Cetinkaya-Rundel b4bde71f35
Typo + grammatical fixes + issue triage (#1217)
* Fix ex wording + grammatical, closes #1209

* Suppress warnings, closes #1210

* Update screenshot, closes #1211

* Grammatical

* Typos + grammatical

* Update workflow-basics.qmd

* Update workflow-basics.qmd

* Update workflow-basics.qmd

* Update workflow-help.qmd

* Update workflow-pipes.qmd
2023-01-05 00:26:14 -05:00
mine-cetinkaya-rundel 42191c94e5 Add x and y to aes(), addresses #1159 2022-12-05 03:12:12 -05:00
Hadley Wickham bfa06daab5
Eliminate parsing chapter (#1128)
Originally the plan was to have two chapters about reading text files, a brief introduction in the whole game, and then a more detailed exploration later in the book. This organisation didn't seem to work very well because the second chapter didn't have much content, so I've removed it, integrating its content elsewhere in the book:

* Column parsing types moved back into data-import
* Specifics of parsing various data types (e.g. `col_number()`, `col_date()`, and `col_factor()`) moved into the corresponding data type chapters.
* String encoding has moved to the strings chapter

While I was in here I also removed the unused `import-other.qmd`; we had planned to survey other options but I no longer think this is worth it.
2022-11-17 09:56:08 -06:00
Jennifer (Jenny) Bryan c4cd9cecfa
Feedback on iteration chapter (#1130) 2022-11-11 08:00:44 -06:00
Hadley Wickham faeeb564a4 Improve cross-references
* Fix broken links
* Update chapter links
2022-09-29 10:49:03 -05:00
Hadley Wickham d9a86edcf0 Rough first pass at summaries for all whole game chapters 2022-09-29 10:36:22 -05:00
Hadley Wickham 761fe9d591 Update plumbing 2022-09-22 09:01:02 -05:00
Zeki Akyol 279611af8a
fix minor plaintext typos and links (#1082) 2022-09-01 06:43:57 -05:00
Hadley Wickham 21e31429a5
Whole game feedback from O'Reilly (#1057)
* Redraw data science process diagrams

* Polishing the whole game

* Add reference to TMWR

* Respond to visualization feedback

* Minor changes

* Better integrate workflow-scripts chapter

* Minor getting help polishing

* Update investing in yourself links

* Redraw RStudio screenshots

* More scripts/projects polishing

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2022-08-29 06:24:32 -04:00
Hadley Wickham 8f7748dcb1 Mild import/wrangling reorg 2022-06-20 10:40:11 -05:00
Mine Çetinkaya-Rundel 3e5aaa10b5 Merge branch 'main' of https://github.com/hadley/r4ds into main 2022-06-01 00:22:38 -04:00
Mine Çetinkaya-Rundel c101f64f86 Add what TB is, fix typos, closes #1030 2022-06-01 00:22:32 -04:00
Tim Broderick 73088da520
Update data-tidy.qmd (#1032)
Remove comma after "values_to = "rank" in the first billboard pivot_longer example.
2022-06-01 00:19:32 -04:00
Mine Cetinkaya-Rundel 262f4ba02f
Convert to Quarto book (#1026)
* Use _quarto.yml
* Rmd -> qmd
* Update build type to None
* Update styling Styling to get close to bs4_book + color
* Convert crossrefs
* Covert chunk options
* Switch to plausible for analytics
* Update action
2022-05-14 08:46:49 +12:00