Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ggplot2 warning when running README example #51

Closed
bpbond opened this issue Mar 14, 2023 · 2 comments
Closed

ggplot2 warning when running README example #51

bpbond opened this issue Mar 14, 2023 · 2 comments

Comments

@bpbond
Copy link

bpbond commented Mar 14, 2023

Running the first example in the README produces a warning from ggplot2:

> ggraph(pa,layout = "nicely")+
+     geom_edge_link0(width=0.2,colour="grey")+
+     geom_node_point(col="black",size=0.3)+
+     theme_graph()
Warning message:
Using the `size` aesthetic in this geom was deprecated in ggplot2 3.4.0.Please use `linewidth` in the `default_aes` field and elsewhere instead.
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
generated. 

Noted as part of openjournals/joss-reviews#5238

@bpbond
Copy link
Author

bpbond commented Mar 14, 2023

(I recognize this is being generated by ggraph::ggraph, not this package, just logging it.)

@schochastics
Copy link
Owner

Yes this is a long standing issue of ggraph because of changes of ggplot2. Feel free to reopen but I close this here, given that it is an independent issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants