Commit Graph

20 Commits

Author SHA1 Message Date
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