Commit Graph

25 Commits

Author SHA1 Message Date
Hadley Wickham c9d9426f67 Minor updates to reduce page count 2023-01-24 09:33:18 -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
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
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
Hadley Wickham bff64c83eb
stringr 1.5.0 now on CRAN (#1169) 2022-12-05 06:55:03 +13:00
Hadley Wickham 3045d05e64 Use US spelling of summarize()
Fixes #1125
2022-11-18 16:07:54 -06: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
jeromecholewa 5bc1a702e5
Update strings.qmd (#1127)
Sorry, these updates are only cosmetic , not on the code. :)

str_glue instead of glue (mistype?)
delimiter instead of delimater
combining instead of combing
2022-11-08 10:42:20 -06:00
Hadley Wickham a3b606dc47 Polish transform intros 2022-11-07 17:06:29 -06:00
Hadley Wickham 95ec1f11d0 Polish strings 2022-11-07 16:32:45 -06:00
Hadley Wickham 45353e0a58 Add dev version caveats 2022-11-07 08:53:17 -06:00
Hadley Wickham 2dda48bc96 Polishing regexps 2022-11-07 08:38:11 -06:00
Hadley Wickham 40a56c55ed Fixes for dev tidyr 2022-11-05 12:06:10 -05:00
Hadley Wickham 127db0fe81 Rough out summaries for all transform chapters 2022-10-21 09:15:19 -05:00
Hadley Wickham 7189136cf5 Start sketching out extract section 2022-10-04 16:37:02 -05:00
Hadley Wickham 35d4eed391 Thrashing together new string/regexp structure 2022-10-03 16:32:07 -05:00
Hadley Wickham faeeb564a4 Improve cross-references
* Fix broken links
* Update chapter links
2022-09-29 10:49:03 -05:00
Hadley Wickham 525807e842 More hacking away at iteration 2022-09-15 14:56:12 -05:00
Zeki Akyol 1f69ff24b7
Fix plaintext typos (#1088) 2022-09-13 08:28:19 -04:00
Hadley Wickham e6939c52d5 Polishing strings 2022-09-07 07:28:51 -05:00
Zeki Akyol 279611af8a
fix minor plaintext typos and links (#1082) 2022-09-01 06:43:57 -05:00
Hadley Wickham 1d0902c9bf Switch from I to we
Fixes #642
2022-08-09 11:43:12 -05:00
Walter Somerville 15349e86af
Correct function name (#1043)
Correct function names `str_lower` and `to_lower` to `str_to_lower`
2022-06-12 23:38:07 -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