Dear all,
I am the developer of the ggwordcloud package (https://cran.r-project.org/web/packages/ggwordcloud/index.html) which uses ggplot2 as a backbone to produce "nice" wordclouds. I was contacted yesterday by the CRAN team because my package was "attempting to plot non-Latin annotations", which makes sense as I am using UFT8 encoded strings in various languages in the vignette.
The easiest fix would be to fail back to a demo wordcloud using only latin characters... but I would really like to keep the current one, which stresses the beauty of the different ways of writing. My question is thus: is there a clean way to produce a plot with ggplot using non latin characters that passes the CRAN check?
Thank you,
Erwan