Closed djnavarro closed 1 year ago
@hadley okay we have a minimum viable PR (is MVPR an accepted term?) to switch to quarto. As always there are some rough edges. The most noticeable is that the switch from the bespoke columns()
function to the quarto layouts chunk option has left us with a lot of plots that need some love on the aspect ratio and size front. There's also a really fkn bizarre quarto bug(?) I had to work around (see above) to make the bloody thing build, but despite its weirdness from a quarto pov it's trivial from the ggplot2 book pov. And of course (as always) there's a lot of smoothing I want to do later but this version works pretty well and I think it's probably wise to merge the MVPR before making a start on the sweet sugary polishes 😀
Substantive changes
columns()
function (currently only fixes the number of columns, not the size or aspect ratio of plots)Other changes
status()
function to show callouts for each chapterset.seed()
called consistently in common.R instead of inconsistently in some chaptersSomething confusing
Proposed next steps