Build rmarkdown-cookbook

I would like to know if anyone can successfully build the rmarkdown-cookbook book on Posit Cloud and, if so, the steps necessary to do this.

I am creating a project with version control -> git with GitHub - rstudio/rmarkdown-cookbook: R Markdown Cookbook. A range of tips and tricks to make better use of R Markdown.. Everything downloads and then I would like to build the book. What would be my very first step? renv::restore()? Or devtools::load_all()? Something else? Clicking "Build All" on the Build tab results in errors which look like they are related to expected packages not being available.

Thanks.