boB Rudis
boB Rudis
How about initially along with (these are "live")? - `counties_sf`: Retreive a U.S. county composite map, optionally with a projection, as a simplefeature - `usa_sf`: Retreive a U.S. state composite...
lemme add some examples for that to the README and if there is still work to be done in the geom I can _try_ to poke at but it turns...
Aye. I need to work out a bit more of the details for the point transformations for the elided states. Using the core transformation steps doesn't _quite_ get the points...
ah! (i'm daft) yep. i see what you mean now. it's fine in Edge/Chrome. and i think i got messed up b/c i hadn't tried it with and without a...
I'll help with this (can't commit to time-frame just now) but I really want to do this. i've just archived {`decapitated`} b/c I'd rather put any further effort into helping...
Looks like you missed a `library(dplyr)`
That's because `streamgraph` imports from it. Just tried the full first example (all `library` calls intact) in an R instance that did not have `streamgraph` installed and it worked without...
Which example in particular (can you paste the _exact_ code you are using)?
can you paste the output of `devtools::session_info()`? It's working for a _ton_ of people and I just tried it from the github version on a vanilla install. On Thu, Aug...
try `devtools::install_github("hrbrmstr/streamgraph@dev")`, restart R and try the example again (pls)