have a bookdown book I've been work on for several months. I usually knit them individually in chapters. They are all can produce HTML output successfully. Recently, I have done all the chapters and try to build (site, book, PDF). however, the "Build Website" radio button does not work in the RStudio IDE.
I have spent hours reading the related issues. It seems similar to this issue and Error in building a book.
However, there is no solution being posted. Any once can help?
==> rmarkdown::render_site(encoding = 'UTF-8')
Error in rmarkdown::render_site(encoding = "UTF-8") :
No site generator found.
Execution halted
Exited with status 1.