Skip to content

Commit

Permalink
internals: drop useless test for mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Feb 26, 2024
1 parent 7fb6b13 commit d0aea7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: flextable
Type: Package
Title: Functions for Tabular Reporting
Version: 0.9.5.015
Version: 0.9.5.016
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion R/05_content.R
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ hyperlink_text <- function(x, props = NULL, formatter = format_fun, url, ...) {
#' @family chunk elements for paragraph
#' @examples
#' library(flextable)
#' if (require("equatags") && mathjax_available()) {
#' if (require("equatags")) {
#' eqs <- c(
#' "(ax^2 + bx + c = 0)",
#' "a \\ne 0",
Expand Down
2 changes: 1 addition & 1 deletion man/as_equation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0aea7e

Please sign in to comment.