timelyportfolio

Results 462 comments of timelyportfolio

Do you see any errors in the JavaScript debugger? `Ctrl + Shift + I` or `F12` in Chrome

Darn, not sure what is happening? Looks like we match on all our package versions. Are you using the following example? ``` r library(d3treeR) library(treemap) data(GNI2010) d3tree( treemap( GNI2010, index=c("continent",...

Ok, I think I see now. Looks like `data.tree` has changed again. I think I can sort it out soon.

@mtennekes will you reinstall, and see if it is working again? Sorry for this. Thanks so much for working through it with me.

This is great. Sorry been really sick all week so just getting a chance to check it out. I'll use `grid.grep` to look for a legend in `d3treeR` so we...

Perhaps this is a more useful application but certainly still not complete. ``` # now let's draw pie chart # based on https://observablehq.com/@d3/pie-settings?collection=@d3/d3-shape library(V8) library(htmltools) library(ggplot2) library(ggsvg) ctx2

probably an older version of `rCharts`. Let me know if you can't get it to work.

Another potential (but inelegant) approach to `htmlwidgets` with `webR` would be to let `R` instantiate/construct the widget and then JS (with correct dependencies loaded) build through `htmlwidgets.js`. Here is an...

Using a little easier approach than the [post](https://buildingwidgets.com/post_look_ma_no_R/), here is an example how we might include `reactable` htmlwidget from `webR`. The most difficult part is manually handling/adding the dependencies. These...

i'd love to work on this. Any thoughts on how you would like to implement?