-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building from github fails on Windows #497
Comments
Use install.packages("emmeans"). It's the same version right now.
|
Thank you. And thank God I updated it, because I realized that the DFs are different from what I had previously working with imputed data. Now each row has different DF, which shows that the pooling is actually done through Rubin's rules. Now I have the chance to update all analyses before sending my work. |
I get the same error. I changed the instructions to omit |
Hi,
I use the command
remotes::install_github("rvlenth/emmeans", dependencies = TRUE, build_opts = "")
It always worked, until now. I wanted to update the version that pools the degrees of freedom from imputed data. I noticed you mentioned some error in the code (*2 rather than ^2) and I'm afraid if my current version has this error...
But now it fails completely
I use R 4.2.0
OK, it works when the parameter
build_opts
is removed, i.e. this work:remotes::install_github("rvlenth/emmeans")
The text was updated successfully, but these errors were encountered: