Commit Graph

1862 Commits

Author SHA1 Message Date
Hadley Wickham
aa9d72a7c6 More minor page count tweaks & fixes
And re-convert with latest htmlbook
2023-01-26 10:36:07 -06:00
Hadley Wickham
d9afa135fc tidyr is now on CRAN 🎉 (#1247) 2023-01-26 09:41:40 -06:00
Zeki Akyol
b1f2086623 size to linewidth in ggplots (#1248) 2023-01-25 17:53:02 -05:00
Hadley Wickham
1e62bae0f8 Polish preface 2023-01-24 09:55:40 -06:00
Hadley Wickham
3421579c61 Drop a few figures 2023-01-24 09:55:34 -06:00
Hadley Wickham
69d813e56b Reduce contents of programming intro 2023-01-24 09:46:19 -06:00
Hadley Wickham
c9d9426f67 Minor updates to reduce page count 2023-01-24 09:33:18 -06:00
Hadley Wickham
2316168cd4 Numbers tweaks 2023-01-24 09:16:09 -06:00
Hadley Wickham
fb80197bf7 Reduce printed output with options
* Show maximum 2 line footer for dplyr
* Show max 6 entries for str_view()

cc @mine-cetinkaya-rundel
2023-01-24 09:13:36 -06:00
Stephen Balogun
e09d3c4eb5 Supress tidyverse messaging 2023-01-23 17:56:11 -06:00
Stephen Balogun
5d912aaed8 Minor corrections (#1244) 2023-01-23 16:23:26 -06:00
Stephen Balogun
01b8566680 Update regexps (#1237) 2023-01-23 08:35:09 -06:00
Hadley Wickham
d8688e8029 Tweak package install advice 2023-01-23 08:27:51 -06:00
Hadley Wickham
f09058420e Use curl::multi_download()
cc @djnavarro

Fixes #1226
2023-01-23 08:18:43 -06:00
Hadley Wickham
707b332c3c Fix case_when() logic error
Fixes #1227
2023-01-23 08:14:12 -06:00
Hadley Wickham
6b92efbf52 Drop subhead from section intro 2023-01-23 08:14:12 -06:00
Hadley Wickham
5da1c82fd8 Delete unused chapters 2023-01-23 08:14:12 -06:00
Hadley Wickham
e5495cd63a Convert all statuses to complete 2023-01-23 08:14:12 -06:00
Hadley Wickham
b86b5c6270 Drop wakefield (#1241)
Fixes #1239
2023-01-23 08:11:38 -06:00
Hadley Wickham
3ddf2d0f97 Updates for CRAN releases (#1238)
And generally reduce deps
2023-01-23 08:11:12 -06:00
Hadley Wickham
4dc12b2c84 Remove unneeded comma
Fixes #1236
2023-01-23 07:52:18 -06:00
Hadley Wickham
d3a9919967 Use dev tidyverse (#1240)
* lubridate is now core
* briefly mention conflicted

Fixes #1105
2023-01-23 07:48:36 -06:00
Stephen Balogun
a3b40d8dd8 Changes to logicals.qmd (#1234)
* Update EDA.qmd

Using the "size" argument prints the warning: "#> Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
#> ℹ Please use `linewidth` instead."

* Update communication.qmd

Line 844: added *to* to the sentence "It is generally more useful if you want to *expand* the limits..."

Line 1101: changed the legend. Position argument to "top" to align with the statement on line 1053.

* Update logicals.qmd

because "x" does not have any value > 3, both evaluations above are not TRUE. Either the second expression use "x > 2" or "x >= 3".
2023-01-21 13:31:59 -05:00
Stephen Balogun
a7815c9220 Text insertion and arguments update/alignment (#1232) 2023-01-20 07:55:35 -06:00
Gleb Ebert
1d7fef794a Update old function name (#1233)
The function `append_csv()` is nowhere to be found the rest of the book. I assume from the context that `append_csv` is an earlier name of what is now `append_file`
2023-01-20 07:55:08 -06:00
Stephen Balogun
2b5b238b5d Update data-transform.qmd (#1231)
Line 206. Changed  "you'll want to the distinct..." to "you'll want the distinct..."
2023-01-17 08:35:34 -05:00
Hadley Wickham
360d65ae47 Re-render book for O'Reilly 2023-01-12 17:22:57 -06:00
Hadley Wickham
28671ed8bd Can't cache xml2 duh 2023-01-12 17:01:49 -06:00
Rohan Alexander
4ff400ff60 Minor typo (#1225)
Update the number of packages from outside the tidyverse.
Add description of wakefield.
2023-01-10 13:48:05 -06:00
Abinash Satapathy
b2c822cb74 Fix: Workflow link build_book.yml (#1224) 2023-01-10 07:47:17 -06:00
Stephan Koenig
94033a1331 Suggested edits related to Strings chapter (#1219)
* Add {wakefield} as dependency for Strings chapter

* Move footnote into body of text

The footnote appears to be redundant with the more vague paragraph
immediately following it in the main body of the text, so combine their
information instead.

* Make explicit that `coalesce()` replaces NAs

* Fix definition of `start` & `end` for `str_sub()`

* Edit section on Letter variations

* Edit section on Locale-dependent function

* Apply suggestions from code review

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-01-06 15:13:34 -05:00
yingxingwu
fc51a5f5f8 Update workflow-style.qmd (#1218)
line 221, "can" to "can't"
2023-01-05 00:45:26 -05: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
Divider85
e3b8211853 Update data-transform.qmd (#1216)
* Update data-transform.qmd

Fix wording

* Update data-transform.qmd

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-01-04 21:22:56 -05:00
Stephan Koenig
9173b3db60 Fix typos in chapters Whole game, Data visualization, Numbers (#1215)
* Fix typo

Fixes #1208

* Fix typo

Fixes #1207

* Fix typo
2023-01-04 21:21:34 -05:00
Divider85
fc91ed7cd8 Update data-transform.qmd (#1214)
Fix wrong wording
2023-01-04 17:41:55 -06:00
Stephan Koenig
69b2a265a8 Suggestions for chapters on logical vectors and numbers (#1212) 2023-01-04 15:31:49 -06:00
Russell Shean
b5d6735959 Spelling fix (#1205) 2023-01-03 10:25:47 -05:00
Mine Cetinkaya-Rundel
e68098f193 Typo fixes (#1204)
* Grammatical edits

* Grammatical edits

* Grammatical edits

* Remove ref since fn not mentioned earlier

* Typo fixes, closes #1191

* Add palmerpenguins, closes #1192

* Grammatical edits

* More grammatical edits

* Omit warning, closes #1193

* Fix link, closes #1197

* Grammatical edits

* Code style + clarify labs() args, closes #1199

* Fix year, closes #1200

* Use penguins instead, closes #1201
2023-01-03 02:06:27 -05:00
Mine Cetinkaya-Rundel
26a20c586a Add exercise on group_by (#1203)
* Add exercise on group_by

* Don't eval the code chunks

* Edits + indentation
2023-01-02 20:44:46 -05:00
Jonathan Kitt
29c8822d3b Fixed typos (#1186)
* Fixed typos

* Update data-transform.qmd

Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2023-01-02 20:11:14 -05:00
Mine Cetinkaya-Rundel
01e3551650 Spreadsheets edits (#1202)
* Line breaks

* Address Jenny's review comments
2023-01-02 19:54:58 -05:00
Zeki Akyol
b2eb3a567a Fix plaintext typos (#1196) 2022-12-25 11:23:42 -05:00
Hadley Wickham
96ef4b2d3b Use CRAN repurrsive
Fixes #1187
2022-12-18 18:07:53 -06:00
Hadley Wickham
ca75b0c02a Update for new cross_join() function 2022-12-18 10:19:03 -06:00
Jonathan Kitt
35f9c847b7 Fixed typo (#1185) 2022-12-16 08:22:06 -06:00
Mine Cetinkaya-Rundel
69df813e31 Whole game edits (#1184)
* Reflect new part structure

* Mention all chapters

* Hide the ruler

* Crossref diagram

* Fix crossref

* Mention all import chapters

* Fix link to following chapter

* Fix title and summary

* Add intros

* Consistent chunk style?
2022-12-16 01:41:10 -05:00
Mine Cetinkaya-Rundel
0b557e0da7 Add section on googlesheets (#1182)
* Show all rows

* Can't read named ranges

* Add exercises

* Move to screenshots

* Some structure

* Read in google sheets

* Add more googlesheets content

* Add summary

* A bit more polishing

* Update status
2022-12-14 08:30:23 -05:00
Divider85
83a2845e19 Fix typo (#1181)
Fix typo above code, the instruction ask for price by cut but the code is body mass by species
2022-12-14 02:43:33 -05:00
Shinya Uryu
ed4a29e31e [fix]start year (#1180) 2022-12-13 14:24:19 -06:00