martin-borkovec / ggparty

147 stars 14 forks source link

Some functions from ggplot2 requires for updating #49

Open genomaths opened 1 year ago

genomaths commented 1 year ago

Dear Martin

I am using your package function in a tutorial at: https://genomaths.github.io/genomautomorphism/articles/automorphism_and_decision_tree.html

And I got the following warnings:

> Warning: Using size aesthetic for lines was deprecated in ggplot2 3.4.0.

> Please use linewidth instead.

> Warning: stat(count) was deprecated in ggplot2 3.4.0.

> Please use after_stat(count) instead.

> The deprecated feature was likely used in the ggparty package.

> Please report the issue

Thank you