r-lib / pkgdown

Generate static html documentation for an R package
https://pkgdown.r-lib.org/
Other
718 stars 336 forks source link

No `quiet` arg for `build_site` #2330

Open givison opened 1 year ago

givison commented 1 year ago

I'm working on debugging an issue running build_site where a function is hanging but doesn't error. I was able to narrow it down to one of my pages and made further progress on debugging by running build_article with quiet = FALSE specifically for that page. But this would have been much more straightforward if build_site had a quiet argument itself.

hadley commented 7 months ago

I think this would be a great opportunity for a community contribution. It's quite a bit of work, but I think the individual tests are reasonable simple: