Skip to content

Commit

Permalink
Better test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurdoch committed Jun 24, 2024
1 parent 539bd88 commit 4cf2804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/matrix_form.tabular.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cf2804

Please sign in to comment.