Can't view warnings() after building book

How do I view warnings after building my book using the Build book (or ctrl+shift+B) option? When I try typing warnings() into console, nothing shows up, despite being assured there are 13 warnings!

1 Like

you can try building the book in your console, using the current R process.
with bookdown::render_book(). After that, warning should be available I think

2 Likes