Commit 8a77996b authored by houyun's avatar houyun
Browse files

check ggtext depends quietly

parent 490cec61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ hyplot <- function(md,
  col_names <- col_names(md)

  if(is.null(use_md)) {
    use_md <- suppressMessages(require("ggtext", quietly = TRUE)) &&
    use_md <- requireNamespace("ggtext", quietly = TRUE) &&
              is_richtext(c(row_names, col_names))
  }