From 3a0b831dcabd2f479ee375a72456830822b9ee36 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:00:31 +0100 Subject: [PATCH] #nolintr to # nolint Signed-off-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com> --- R/g_forest.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/g_forest.R b/R/g_forest.R index 5a2c116d3c..b2394f6cde 100644 --- a/R/g_forest.R +++ b/R/g_forest.R @@ -599,7 +599,7 @@ forest_grob <- function(tbl, grid::gTree( children = grid::gList( # this may overflow, to fix, look here - # https://stackoverflow.com/questions/33623169/add-multi-line-footnote-to-tablegrob-while-using-gridextra-in-r #nolintr + # https://stackoverflow.com/questions/33623169/add-multi-line-footnote-to-tablegrob-while-using-gridextra-in-r # nolint grid::textGrob( forest_header[1], x = grid::unit(vline, "native") - grid::unit(1, "lines"),