quarto_binary_sitrep {quarto} | R Documentation |
Check configurations for quarto binary used
Description
This function check the configuration for the quarto package R package to detect a possible difference with version used by RStudio IDE.
Usage
quarto_binary_sitrep(verbose = TRUE, debug = FALSE)
Arguments
verbose |
if |
debug |
if |
Value
TRUE
if this package should be using the same quarto binary as the
RStudio IDE. FALSE
otherwise if a difference is detected or quarto is not
found. Use verbose = TRUE
ordebug = TRUE
to get detailed information.
Examples
quarto_binary_sitrep(verbose = FALSE)
quarto_binary_sitrep(verbose = TRUE)
quarto_binary_sitrep(debug = TRUE)
[Package quarto version 1.4.4 Index]