* 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
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.
* 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