Skip to content

Warning message - size aesthetic for lines was deprecated in ggplot2 3.4.0., please use linewidth instead. #16

Description

@jjfroehlich

Hi dear Kircher lab,

all works fine so far, thanks!

Got a warning:

Warning message:
Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.
ℹ The deprecated feature was likely used in the BCalm package.
  Please report the issue at <https://github.com/kircherlab/BCalm/issues>.

Maybe this comes from "R/analyze.R":

        plot <- plot +
            geom_vline(aes(xintercept = percentile_up, color = up_label), linetype = "dashed", size = 1) +
            geom_vline(aes(xintercept = percentile_down, color = down_label), linetype = "dashed", size = 1) +
            scale_color_manual(
                values = setNames(c("green", "orange"), c(up_label, down_label)),
                guide = guide_legend(override.aes = list(linetype = "dashed"))

All the best,
JJ

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions