Skip to content

Commit

Permalink
update argument name deprecated in ggplot2
Browse files Browse the repository at this point in the history
  • Loading branch information
giocomai committed Jan 22, 2024
1 parent f8816cf commit 22505e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ganttrify.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22505e1

Please sign in to comment.