Open cedriclina opened 6 years ago
wordcloud2(demoFreq, figPath = figPath, size = XXX, color = XXX) 这个函数,好像macOS 升级到 Mojave,R 和 RStudio 也升级之后就没用了....
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?
Hello, The function "wordcloud2(demoFreq, figPath = figPath, size = XXX, color = XXX)" doesn't work after updating Mac OS, R and RStudio.