-
Notifications
You must be signed in to change notification settings - Fork 115
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
Fitting simple LM results in error about higer order interactions. #61
Comments
I suspect this is happening because I updated DataFrames to reflect the changes to the Set constructors in Base (JuliaLang/julia#5897), but your Julia build is older. This should all be resolved when you update Julia. Hopefully someone will get the Windows nightlies building again soon. |
Thanks to Isaiah's hard work, new Windows nightlies are now up. Let me know if they fix things. |
I downloaded the new windows build from status.julialang.org, but it seems to be based on the same commit as the old one, and the error still appears.
|
OK, with the latest nightly it now works fine. |
Glad to hear! |
This:
results in:
This is on Windows 8.1 x64.
The text was updated successfully, but these errors were encountered: