alex hayes
alex hayes
I also tried some static plots for the scaled data and there was a ton of overplotting. I imagine the absolute number of points in the paths grows with the...
RStudio also just hired someone to make `ggplot2` faster, which with any luck will result in noticeable speed improvements across the board.
Yeah, same dataset. This could have been a combination of me being impatient and my computer being a potato.
Ah, thanks for catching that. Tracked this down to an error on my end where I was programmatically including the endogenous covariate as an instrument. I think this resolves the...
My limited impression is that: - Adding randomized tests exposes us to lots of potential CRAN friction for limited upside, or alternatively requires tolerances so large as to effectively nullify...
Another option here: I'd be happy to hand over maintainership of the package to you and see you take it in whatever direction you wish!
Oh wonderful! Excited to see where you take things :). I'll start a new issue and look into the mechanics this week.
Checking for missing S3 method exports hangs "forever" if you have large data objects in the package
I'm running into this as well with https://github.com/alexpghayes/latentnetmediate and it's pretty debilitating. Downgrading to version 7.2.0 resolved my issue temporarily. Edit: #1594 also resolves my issue. Thanks!