wordcloud2 icon indicating copy to clipboard operation
wordcloud2 copied to clipboard

function failed

Open cedriclina opened this issue 7 years ago • 2 comments

Hello, The function "wordcloud2(demoFreq, figPath = figPath, size = XXX, color = XXX)" doesn't work after updating Mac OS, R and RStudio.

cedriclina avatar Nov 22 '18 05:11 cedriclina

wordcloud2(demoFreq, figPath = figPath, size = XXX, color = XXX) 这个函数,好像macOS 升级到 Mojave,R 和 RStudio 也升级之后就没用了....

cedriclina avatar Nov 22 '18 08:11 cedriclina

Hi @cedriclina

I believe your issue might be a duplicate of this older issue: https://github.com/Lchiffon/wordcloud2/issues/12

Have you tried installing the version from GitHub rather than the CRAN version? The CRAN version (currently 0.2.1) is not as up to date, and installing the GitHub version (currently 0.2.2) might help:

devtools::install_github("lchiffon/wordcloud2")

It this is the same issue as the other bug, could you please close this one or provide more details?

stragu avatar Apr 07 '19 05:04 stragu