You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `quiet` argument to `quarto_preview`
* Apply quiet in every place of run_server_daemon
* use cli instead of stop()
---------
Co-authored-by: Christophe Dervieux <[email protected]>
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# quarto (development version)
2
2
3
+
-`quarto_preview()` gains a `quiet` argument to suppress any output from R or Quarto CLI (thanks, @cwickham, #232.)
4
+
3
5
- Add some helpers function `theme_brand_*` and `theme_colors_*` to help theme with dark and light brand using some common graph and table packages (thanks, @gordonwoodhull, [#234](https://github.com/quarto-dev/quarto-r/issues/234)).
4
6
5
7
- Add `quarto.quiet` options to allow more verbose error message when `quarto_*` function are used inside other package.
0 commit comments