We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f84ed6 commit 9901418Copy full SHA for 9901418
R/quarto.R
@@ -131,7 +131,7 @@ quarto_run <- function(
131
# This is required due to a bug in QUARTO CLI, fixed only in 1.8+
132
# https://github.com/quarto-dev/quarto-cli/pull/12887
133
custom_env <- NULL
134
- if (!quarto_available(min = "1.8.12")) {
+ if (!quarto_available(min = "1.8.13")) {
135
custom_env <- c("current", QUARTO_R = R.home("bin"))
136
}
137
res <- tryCatch(
0 commit comments