Andrew McCartney

Results 8 comments of Andrew McCartney

Have we made any progress on this bug? it seems to me like this doesn't work with `shiny` at all.

I will add that in the use case I'm trying to do, it doesn't work even if I include it just once, where I am calling for a character string...

No, I gave up on the project and forgot I ever posted this error. I think the issue is that the rchess package stores information about the game as an...

I would find this helpful--easystats is quickly becoming a huge part of my workflow and it would open up a huge number of classes to switch to {parameters} instead.

I got this to work! Let me play with it a bit in my use case but this is super helpful. I guess the next issue is just dealing with...

Correct me if I'm wrong, but isn't it current practice with {broom} that they're no longer adding new model objects and things like this? or am I thinking of a...

``` dfb %>% ggvis(x= ~date_b , y= ~val_b, stroke := "red" ) %>% layer_paths() ``` works perfectly fine for me?

I was using the example code provided at the top of the readme.md page (the histograms in blue). I just tried to reproduce the error on my laptop and it...