CJ Yetman

Results 151 comments of CJ Yetman

I don't think a solution was ever found, it's just a known problem. I started building a new package with similar functionality but based on {r2d3} which circumvents this problem,...

Thanks for the reproducible example! I can confirm this behavior on `0.4` and `dev`. It will take a while to figure this out. Strange behavior considering the following works as...

This easily can be worked around by adding a value column to the links df, and setting the `Value` parameter of `forceNetwork()` to the name of that column. For instance......

Leave it open. Eventually we’ll make this tiny fix.

Please provide a minimal reproducible example.

Try coercing the “lot_number” variable to a numeric before passing it to sankeyNetwork.

Can you make a reproducible example so I can try it on my machine?

Here are some tips on how to make a [minimal reproducible example](https://stackoverflow.com/a/5963610/4389763)

Your `workstation_scr` and `workstation_dest` variables need to contain the numeric indices (zero-based) of the nodes in your `FinalLinksForSankey` data frame, not character strings of the names. Try this just before...

Briefly... 1. The image you posted is clearly using different data. For instance, the first two nodes ("Lam Recipe Select..." and "Setup laser Mic-S...") do not exist in the final...