-
Notifications
You must be signed in to change notification settings - Fork 114
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
Deprecation warning for size aesthetic thrown by geom_edge_link (and similar) since ggplot2 version 3.4.0 #333
Comments
24 tasks
IndrajeetPatil
added a commit
to easystats/see
that referenced
this issue
Feb 9, 2023
since it is producing warnings: thomasp85/ggraph#333
IndrajeetPatil
added a commit
to easystats/see
that referenced
this issue
Feb 28, 2023
* Get rid of warnings about aes_string * lints * Update utils.R * Use `#' @examplesIf` roxygen directive over `if()` easystats/easystats#318 * check class correctly * cleaning more lints * Update geom_from_list.R * use devel correlation * suppress all rstan warnings * fix a few more warnings * Update utils.R * use latest bayestestR * more dealing with warnings * suppress rstanarm warnings in tests * fix more deprecations from ggplot2 * remove ggraph example since it is producing warnings: thomasp85/ggraph#333 * bump deps * warnings in examples * remove NAs * lintr * addressing more lints * use more insight helpers * more line length linter * glmmTMB is needed * Update utils.R --------- Co-authored-by: Daniel <[email protected]>
Separately but relatedly: While |
@RoyalTS there is (and have always been) |
All instances of bad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Thomas,
Since ggplot2 3.4.0 most ggraph edge geoms show deprecation warnings relating to use of the size aesthetic
Probably you are aware of this problem, but I didn't see a related issue, so I added a reprex below
thanks for your work on ggraph and ggplot2 (and everything else too!) :)
Created on 2022-11-12 with reprex v2.0.2
Session info
The text was updated successfully, but these errors were encountered: