From ddb312f516aa84767f663a57f4c98ab3e5c4c7c4 Mon Sep 17 00:00:00 2001 From: Giorgio Comai Date: Mon, 22 Jan 2024 19:49:26 +0100 Subject: [PATCH] update deprecated ggplot argument name --- R/ganttrify.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/ganttrify.R b/R/ganttrify.R index 9d409ba..f86ed4b 100644 --- a/R/ganttrify.R +++ b/R/ganttrify.R @@ -380,7 +380,7 @@ ganttrify <- function(project, ggplot2::geom_segment( data = df_yearmon_fct, lineend = line_end_wp, - size = size_wp, + linewidth = size_wp, alpha = df_yearmon_fct$wp_alpha )