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'm having an error in my code that used to work prior to upgrading to ggplot2 v.3.3.0. It says:
Error in (function (el, elname) : "plot.title.position" is not a valid theme element name.
The problem is that plot.title.position is new to v.3.3.0 it's not used in my code to produce the box plot. When I'm trying to do the function line by line to reproduce the problem and find exactly where the code breaks it doesn't give me an error. Very puzzling. So a short reprex at this time is not possible. I'm working on it.