diff --git a/DESCRIPTION b/DESCRIPTION index 3036387..f125ed9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: quarto Title: R Interface to 'Quarto' Markdown Publishing System -Version: 1.4.4.9000 +Version: 1.4.4.9001 Authors@R: c( person("JJ", "Allaire", , "jj@posit.co", role = "aut", comment = c(ORCID = "0000-0003-0174-9868")), diff --git a/NEWS.md b/NEWS.md index 0dd7143..aa02c68 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # quarto (development version) +- Add `quarto.quiet` options to allow more verbose error message when `quarto_*` function are used inside other package. + For example, inside **pkgdown** for building Quarto vignettes. **pkgdown** sets `quiet = TRUE` internally for its call to `quarto_render()`, + and setting `options(quarto.quiet = TRUE)` allows to overwrite this. + # quarto 1.4.4 - `quarto_preview()` now looks at `quarto preview` log to browse to the correct url when inside RStudio viewer (thanks, @aronatkins, #167).