From 4cf2804f257f395e683940397a4ac9188d0dfc6c Mon Sep 17 00:00:00 2001 From: Duncan Murdoch Date: Mon, 24 Jun 2024 12:59:26 -0400 Subject: [PATCH] Better test --- man/matrix_form.tabular.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/matrix_form.tabular.Rd b/man/matrix_form.tabular.Rd index fc21529..e749ca7 100644 --- a/man/matrix_form.tabular.Rd +++ b/man/matrix_form.tabular.Rd @@ -58,7 +58,7 @@ if (requireNamespace("formatters")) { # row label columns. # The formatters::vert_pag_indices function had an incompatible # change in v0.5.8 - if (packageVersion("formatters") >= "0.5.8") + if ("fontspec" \%in\% names(formals(formatters::vert_pag_indices))) bycol <- formatters::vert_pag_indices(mform, cpp = 30, rep_cols = 2, fontspec = formatters::font_spec()) else