wilkelab / ggtext

Improved text rendering support for ggplot2
https://wilkelab.org/ggtext/
GNU General Public License v2.0
655 stars 37 forks source link

ggtext has conflicts with ggdag #23

Closed njsilbiger closed 4 years ago

njsilbiger commented 4 years ago

Hello, I have been trying to implement titles in my DAGS that use ggtext, but it seems there is a conflict because ggtext is dependent on the github version of ggplot (which then doesn't allow me to make a ggdag plot). Is it possible to have ggtext use the CRAN version of ggplot to minimize conflicts with other packages that are not yet compatible with the github version of ggplot?

Thank you!

clauswilke commented 4 years ago

ggtext requires ggplot2 version 3.3.0 or later. Otherwise it doesn't work. (See e.g. #13, #14, #21.) Version 3.3.0 should get released on CRAN soon.