You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think, due to updates in ggplot2 3.4.0, ggqqplot() issues a warning which was not present some time ago:
ggpubr::ggqqplot(1:10)
#> Warning: The following aesthetics were dropped during statistical transformation: sample#> ℹ This can happen when ggplot fails to infer the correct grouping structure in#> the data.#> ℹ Did you forget to specify a `group` aesthetic or to convert a numerical#> variable into a factor?#> The following aesthetics were dropped during statistical transformation: sample#> ℹ This can happen when ggplot fails to infer the correct grouping structure in#> the data.#> ℹ Did you forget to specify a `group` aesthetic or to convert a numerical#> variable into a factor?
The text was updated successfully, but these errors were encountered:
GegznaV
changed the title
ggqqplot() issues unexpected warning (dropped aesthetics: sample)ggqqplot() creates unexpected warning (in ggpubr 0.5.0)
Nov 30, 2022
GegznaV
changed the title
ggqqplot() creates unexpected warning (in ggpubr 0.5.0)ggqqplot() creates unexpected warning (ggplot2 v3.4.0)
Nov 30, 2022
I think, due to updates in
ggplot2
3.4.0,ggqqplot()
issues a warning which was not present some time ago:Created on 2022-11-30 with reprex v2.0.2
Session info
Created on 2022-11-30 with reprex v2.0.2
Expected behavior
No warning should be issued just the plot.
The text was updated successfully, but these errors were encountered: