This function check the configuration for the quarto package R package to detect a possible difference with version used by RStudio IDE.
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)
#> [1] TRUE
quarto_binary_sitrep(verbose = TRUE)
#> ✔ quarto R package will use /opt/quarto/bin/quarto
#> [1] TRUE
quarto_binary_sitrep(debug = TRUE)
#> ✔ quarto R package will use /opt/quarto/bin/quarto
#> ℹ It is configured to use the latest version found in the PATH environment variable.
#> [1] TRUE