From fe309ec783c38c7027611c8a2e072c5e2f75e623 Mon Sep 17 00:00:00 2001 From: philchalmers Date: Sat, 7 Sep 2024 10:43:01 -0400 Subject: [PATCH] fix build issue --- R/Eqn.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/Eqn.R b/R/Eqn.R index cedef301..16f170a3 100644 --- a/R/Eqn.R +++ b/R/Eqn.R @@ -127,6 +127,7 @@ Eqn <- function(..., } } on.exit(sink.reset()) + if(is.null(quarto)) quarto <- FALSE preview <- preview && interactive() if(html_output || quarto) preview <- FALSE if(preview){ @@ -143,7 +144,6 @@ title: ' ' ") } - if(is.null(quarto)) quarto <- FALSE stopifnot(is.logical(quarto)) number <- !is.null(label) wrap <- if(align) "align" else "equation"