-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
Description
Hello,
I'm enjoying wordcloud2 and hoping to make use of the unique features.
However, the png mask and letterCloud functions have been silently failing.
Also, using the provided example of setting figPath to a png fails as per https://rstudio-pubs-static.s3.amazonaws.com/187645_426d719fae56457f84d767fd6f076a43.html:
figPath = system.file("examples/t.png",package = "wordcloud2")
wordcloud2(demoFreq, figPath = figPath, size = 1.5,color = "skyblue")
Similarly, the "https://www.r-bloggers.com/the-wordcloud2-library/" Peace symbol example command: wordcloud2(demoFreq, figPath = "peace.png", size = 1.5, color = "skyblue", backgroundColor="black")
also silently fails.
nthun, rmcrowley2000, dr-harper, oggismetto, yeelauren and 2 more