Lchiffon / wordcloud2

R interface to wordcloud for data visualization.
397 stars 113 forks source link

function failed #54

Open cedriclina opened 5 years ago

cedriclina commented 5 years ago

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

cedriclina commented 5 years ago

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

stragu commented 5 years ago

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?