Skip to content

Commit

Permalink
Update R/pagination.R
Browse files Browse the repository at this point in the history
Co-authored-by: Emily de la Rua <[email protected]>
Signed-off-by: Davide Garolini <[email protected]>
  • Loading branch information
Melkiades and edelarua authored Oct 16, 2023
1 parent 66bf409 commit 3ee4772
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 @@ -352,8 +352,8 @@ find_pag <- function(pagdf,
div_height = div_height,
do_error = TRUE)
}
stop("Unable to find any valid pagination split\ between ", start, " and ", origuess,
ifelse(row, " rows", " columns"), ". \n",
stop("Unable to find any valid pagination split\ between ", ifelse(row, "rows ", "columns "), start, " and ", origuess,
". \n",
"Inserted ", ifelse(row, "cpp (column-space, content per page) ",
"lpp (row-space, lines per page) "),
": ", pagdf$par_extent[start] + rlpp, "\n",
Expand Down

0 comments on commit 3ee4772

Please sign in to comment.