Skip to content

deprecated scale_name and trans arguments of continuous_scale, deprecated unite_() #83

Description

@SamanthaLowChoy

geom_mosaic was working really nicely (thank you so very much) a week ago,
but this week I now get an error in R 4.3.2. and a warning in R 4.5.1.

When trying to run geom_mosaic in R 4.5.1. and got a warning.
Warning messages:
1: The scale_name argument of continuous_scale() is deprecated as of ggplot2
3.5.0.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.
2: The trans argument of continuous_scale() is deprecated as of ggplot2 3.5.0.
ℹ Please use the transform argument instead.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.
3: unite_() was deprecated in tidyr 1.2.0.
ℹ Please use unite() instead.
ℹ The deprecated feature was likely used in the ggmosaic package.
Please report the issue at https://github.com/haleyjeppson/ggmosaic.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.

When trying to run geom_mosaic in R 4.3.2 got an error.
Error in make_title(..., self = self) : unused arguments (list(), "x")
In addition: Warning message:
unite_() was deprecated in tidyr 1.2.0.
ℹ Please use unite() instead.
ℹ The deprecated feature was likely used in the ggmosaic package.
Please report the issue at https://github.com/haleyjeppson/ggmosaic.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions