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

`message_wrap` not found #8

Closed stefanedwards closed 6 years ago

stefanedwards commented 6 years ago

geom_pointline can throw a message with message_wrap which isn't imported from ggplot2(?).

stefanedwards commented 6 years ago

Workaround add somewhere in your code

message_wrap <- ggplot2:::message_wrap

while I add the function to the package.