stefanedwards / lemon

🍋 Lemon --- Freshing up your ggplots
https://cran.r-project.org/package=lemon
GNU General Public License v3.0
180 stars 11 forks source link

Issue with next ggplot2 release #25

Closed thomasp85 closed 4 years ago

thomasp85 commented 4 years ago

In the coming ggplot2 v3.3.1 we fixed a bug in the panel naming so they are now correctly reference the row and column they are located at. This, unfortunately, breaks one of lemon examples:

lemon

* Version: 0.4.4 * Source code: https://github.com/cran/lemon * URL: https://github.com/stefanedwards/lemon * BugReports: https://github.com/stefanedwards/lemon/issues * Date/Publication: 2020-04-03 16:00:18 UTC * Number of recursive dependencies: 66 Run `cloud_details(, "lemon")` for more info

Newly broken

We plan to release ggplot2 in two weeks and hope you'll be able to fix the example in advance. Please reach out if you have any questions

stefanedwards commented 4 years ago

I've updated the examples using the branch patch-ext-site, and submitted the update to CRAN. For the future, I would appreciate if you made a note of your commit/branch in the issue, as it would make it easier for me to find your update to check against.

Hope you enjoyed the nice Pinse-weather!

thomasp85 commented 4 years ago

Has lemon been accepted to CRAN? My recent revdepcheck shows that the issue is still alive.

If I don't give a branch you can assume the master branch - don't know why you ended up in patch-ext-site 🙂

stefanedwards commented 4 years ago

Yes, it finally went through yesterday. You should match lemon v. 0.4.5.

thomasp85 commented 4 years ago

Great - that was around the time I ran the checks so I just missed it. Thanks