Skip to content

Commit

Permalink
tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Oct 12, 2023
1 parent 62f434a commit ed1c196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/pagination.R
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ find_pag <- function(pagdf,
stop("Unable to find any valid pagination split\ between ", start, " and ", origuess,
ifelse(row, " rows", " columns"), ". \n",
"Inserted ", ifelse(row, "cpp (column-space, content per page) ",
" lpp (row-space, lines per page) "),
":", pagdf$par_extent[start] + rlpp, "\n",
"lpp (row-space, lines per page) "),
": ", pagdf$par_extent[start] + rlpp, "\n",
"Need-to-repeat-in-each-page space (key values): ", pagdf$par_extent[start], "\n",
"Remaining space: ", rlpp, "\n",
"Current space needed (with padding): ", pagdf$self_extent[start])
Expand Down

0 comments on commit ed1c196

Please sign in to comment.