Skip to content

Commit

Permalink
Better default value
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurdoch committed Jun 24, 2024
1 parent 4cf2804 commit 18cbbce
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 @@ -60,7 +60,7 @@ if (requireNamespace("formatters")) {
# change in v0.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())
fontspec = NULL)
else
bycol <- formatters::vert_pag_indices(mform, cpp = 30, rep_cols = 2)
# Display the table with both kinds of breaks
Expand Down

0 comments on commit 18cbbce

Please sign in to comment.