Skip to content

Commit 0b82db3

Browse files
committed
document how to override quiet = TRUE argument globally
1 parent 45ef579 commit 0b82db3

File tree

7 files changed

+49
-7
lines changed

7 files changed

+49
-7
lines changed

R/render.R

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@
3737
#' override metadata. This will be merged with `metadata` if both are
3838
#' specified, with low precedence on `metadata` options.
3939
#' @param debug Leave intermediate files in place after render.
40-
#' @param quiet Suppress warning and other messages.
40+
#' @param quiet Suppress warning and other messages, from R and also Quarto CLI
41+
#' (i.e `--quiet` is passed as command line).
42+
#'
43+
#' `quarto.quiet` \R option or `QUARTO_R_QUIET` environment variable can be used to globally override a function call
44+
#' (This can be useful to debug tool that calls `quarto_*` functions directly).
45+
#'
46+
#' On Github Actions, it will always be `quiet=FALSE`.
4147
#' @param profile [Quarto project
4248
#' profile(s)](https://quarto.org/docs/projects/profiles.html) to use. Either
4349
#' a character vector of profile names or `NULL` to use the default profile.

man/quarto_add_extension.Rd

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quarto_create_project.Rd

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quarto_inspect.Rd

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quarto_remove_extension.Rd

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quarto_render.Rd

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quarto_update_extension.Rd

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)