rstudio / rmarkdown-book

R Markdown: The Definitive Guide (published by Chapman & Hall/CRC in July 2018)
https://bookdown.org/yihui/rmarkdown
Other
783 stars 522 forks source link

Build rmarkdown-book to PDF fail because of HTML inserting #107

Closed cderv closed 1 year ago

cderv commented 1 year ago

https://github.com/rstudio/rmarkdown-book/commit/c796dfe8200875218ce789be6ec0eba9b3e1470f#commitcomment-107718021

https://github.com/rstudio/rmarkdown-book/actions/runs/4622688973/jobs/8175668074#step:10:18

Probably something due to snapshoting HTML widgets not working

cderv commented 1 year ago

I believe this is the issue we have @yihui : https://github.com/actions/runner-images/issues/6727

Our runner changed to ubuntu 22 since last build, and phantomjs is missing, meaning snapshot are not done, hence the issue we see because knitr:::webshot_available() is FALSE