From 22505e1720263c0ad895bda9c6398d24e77be7d7 Mon Sep 17 00:00:00 2001 From: Giorgio Comai Date: Mon, 22 Jan 2024 21:36:38 +0100 Subject: [PATCH] update argument name deprecated in ggplot2 --- R/ganttrify.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/ganttrify.R b/R/ganttrify.R index 197e347..9e90022 100644 --- a/R/ganttrify.R +++ b/R/ganttrify.R @@ -383,7 +383,7 @@ ganttrify <- function(project, ggplot2::geom_segment( data = df_yearmon_fct, lineend = line_end_activity, - size = size_activity, + linewidth = size_activity, alpha = df_yearmon_fct$activity_alpha ) + ### wp