Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Sep 7, 2024
1 parent ad1f802 commit fe309ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Eqn.R
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand All @@ -143,7 +144,6 @@ title: '&nbsp;'
")

}
if(is.null(quarto)) quarto <- FALSE
stopifnot(is.logical(quarto))
number <- !is.null(label)
wrap <- if(align) "align" else "equation"
Expand Down

0 comments on commit fe309ec

Please sign in to comment.