etiennebacher / altdoc

Alternative to pkgdown to document R packages
https://altdoc.etiennebacher.com
Other
62 stars 9 forks source link

`verbose` = `!quiet` #284

Closed vincentarelbundock closed 1 month ago

vincentarelbundock commented 1 month ago

When Quarto breaks, it encourages users to call the same command with quiet=FALSE. However, the analogous command in altdoc::render_docs() is called verbose. I keep getting caught by this, so thought I would implement a simple check to assign verbose <- !quiet when the user uses quiet in ...

This is hard to test, and I don't think we should advertise this feature. But it's a trivial change, so easy to review.

vincentarelbundock commented 1 month ago

I'll fix the test once the other PR is merged.