Closed jakeybob closed 3 years ago
Wow, talk about a bad first impression! Thanks for reporting this!
Just to clarify, are you running the very latest GitHub version? If not, would you mind installing it and restarting your R session before trying again? (I very recently fixed a similar issue, and automated tests with similar examples are passing.)
If that doesn't work, I'll get on this when I'm back home in a couple hours.
Thanks again!
lol no worries -- no rush whatsoever 😀
Yep, latest GitHub version (v0.0.0.9000) installed via remotes::install_github("vincentarelbundock/marginaleffects")
. Did an uninstall/reinstall just to be sure, and am getting the same error.
Can you try to install the latest version of the emmeans
package and try again?
I can replicate the bug, but only on one of the three computers I tried. When I updated emmeans
on that computer, the bug seems to disappear.
This still feels like a mystery to me, but this seems like a low-cost thing to try, so might as well do it
Cool -- that worked! (I don't think I had any version of emmeans
installed previously)
Hi -- thought I'd give this interesting package a whirl, but ran into this issue.
minimal example
The last line gives the error:
Running
rang::last_error()
points to adplyr::bind_rows()
issue -- so I guess somewherebind_rows
is being extra strict about column names?Other functions (
typical
,counterfactual
) don't throw any errors.My
sessionInfo()
is: