-
Hi,
Apologies if this is off topic. I'm struggling to find information about this. Is there any equivalent of ipywidgets allowing basic feedback to R? I'm aware of the likes of plotly and htmlwidgets…
-
I am using a wordcloud2 in an rmarkdown html_document. When I include multiple wordclouds the first one works fine but subsequent ones don't display. I can get around this by using saveWidget and webs…
-
truncated=2 is OK but it does leave an ambiguity in the display between those time stamps whose seconds is zero and those not. Only one that has non-zero seconds -- perhaps should also describe how on…
-
As per discussion on Twitter, ability to control fonts with either CSS and R arguments
-
I was just experimenting for the first time with this phenomenal filter and noted the following problems:
- the plotly library in R has deprecated the `orca` function for static image export and r…
-
i run r markdown ioslides with a dimple chart and it plots perfectly in the preview, but not in the browser.
this is perfect [rstudio]:
![preview rstudio](https://cloud.githubusercontent.com/assets/…
ghost updated
9 years ago
-
I started roughing out a dimple widget a few months ago and as part of that figured out how to correctly sync up with the dimple resizing mechanisms. Here was my code:
https://github.com/jjallaire/di…
-
Hi,
How can I customize heatmap colors to a color other than red? Can I specify the range of colors?
I tried using argument rendererOptions but it did not work:
data %>% rpivotTable(rendererOptions…
-
Hello,
Thank you for the great package- quite handy! I'm using `flow_0.0.2`, and `flow_doc` function always fails with the error:
```
> flowdoc(pkg = "mypackage", narrow = T)
:
:
:
File exp_…
-
I wanted to initiate a discussion on a feature that will allow users to create widgets without an elaborate package infrastructure. I believe, this will be useful at the very least to lower the barrie…