Stéphane Guillou

Results 62 comments of Stéphane Guillou

Hi all Just an update on this: same issue here with CRAN (0.2.1) and GitHub (0.2.2) packages: using a PNG mask, or using `letterCloud()`, I don't get anything, just the...

@Tranquilsun your question is not related to this particular issue, so you will have to open a new issue. However, I suspect your problem is not related to the wordcloud2...

Note that removing the JavaScript code in the `wordcloud2()` definition fixed the problem for some, as described here: https://github.com/rstudio/shinydashboard/issues/281#issuecomment-615888981 What is it that code for?

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...

It would be great to also have it for documents. One example: Australian National Greenhouse Accounts is a document published every year, with an ISSN. https://www.environment.gov.au/system/files/resources/5a169bfb-f417-4b00-9b70-6ba328ea8671/files/national-greenhouse-accounts-factors-july-2017.pdf

I agree with: - It is good to have both choices available for the admin, as it makes more or less sense to have one or the other depending on...

This issue could probably be renamed to a more general "ggplotly ignores na.value colour" as it applies also to other functions, like `scale_fill_continuous()` or `scale_fill_gradient()`. Here is a minimal reproducible...

Same thing here, using my app ID and password provided by Abbyy Cloud, I get the same error message. However, I am still able to `submitImage()`, `processDocument()` and `getResults()`.

As of today, the only notes remaining are about large sub-directories: https://cran.rstudio.com/web/checks/check_results_visNetwork.html

@mr-c : to add to @SangeetM 's comment, you can also directly use `library(magrittr)`without needing to load the whole tidyverse, it would be lighter and faster. Alternatively, if you upgrade...