CJ Yetman

Results 151 comments of CJ Yetman

Alright, I can work with that. 1000 nodes and a few thousand links? It would still be good to be able to load it from a web accessible JSON file,...

Before I start in on this again, let me just say that if I sound hesitant about this, which is ironic because it was my proposal, it's only because I...

Generally speaking, the canvas approach would have better performance on all platforms, but with other consequences.

The "charge" parameter is only relevant/available in D3 force networks, not in the dendro/tree layouts. However, adjusting the spacing between leaf nodes in the tree layouts is certainly possible.

treeNetwork supersedes diagonalNetwork, dendroNetwork, and radialNetwork. need to determine if this is still an issue with treeNetwork

This is not the repo for `RCurl`, so if you want that error specifically to be addressed, you'll probably have to report it to the [developers of that package](https://cran.r-project.org/package=RCurl). In...

as.tibble was added in [version 1.3.0](https://github.com/tidyverse/tibble/blob/797d711008ae823ca8b641e52308d9b3cc9de59c/NEWS.md) of tibble published 2017-01-10 Please update to tibble 1.3.0 and let us know if it's still an issue

Great, thanks! Closing issue

Gonna reopen and rename... might as well switch to as_tibble for more compatibility.

Thanks for the reproducible example... I can verify that I see the same problem. Personally, I won't be able to look into this any time real soon, but maybe someone...