mbojan / rgraph6

Encoding graphs in graph6, sparse6, and digraph6 formats
https://mbojan.github.io/rgraph6/
GNU General Public License v3.0
12 stars 3 forks source link

ggplot deprecation msgs #42

Closed mbojan closed 4 days ago

mbojan commented 5 days ago

Processing README and the conversion functions graph (see also #41 ) spits-out:


#> Warning: 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.
``
schochastics commented 5 days ago

hmm I dont get that message (ggraph 2.2.1) and I dont see any use of size anyway

mbojan commented 4 days ago

It's ok ineed, gone when I re-rendered. Must have been a relict of the past.