-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why could not the lettercloud() show the output normally? #51
Comments
I can replicate this bug using knitr + R 3.5.0 on Windows when using the CRAN version of the package. Installing from github sometimes fixes this for this specific example (i.e., "R"), but simply renders nothing (a blank rectangle) on any text with more than 1 character... With just 1 character, it seems hit or miss when knitting, which is rather odd -- i.e., on some knits the wordcloud will render, on others it is blank. Edit: What I said is essentially a duplicate of what's already documented in issue #12 from December 2016... (and is a duplicate of #39) |
just my own experience, refresh several times or open it in a webpage+install the packages from Github, the lettercloud will function normally |
devtools::install_github("lchiffon/wordcloud2") |
I used "wordcloud2 version 0.2.1"&"R 3.5.0".
When I tried the demo,
letterCloud(demoFreq,"R")
It couldn't show the output normally , but only a black "R" instead.
How could I deal with the problem?
The text was updated successfully, but these errors were encountered: