-
Notifications
You must be signed in to change notification settings - Fork 17
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
indicators = FALSE behavior #37
Comments
Maybe not because we still want to do things like log(var) |
Hard because you might want to allow |
Adding some notes on what led me to the right answer: when
|
Closed by #42 |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
These should all throw warnings of some kind.
Maybe when checking the formula RHS with
indicators = FALSE
, we should look for only+
and names, and warn about anything else! (rather than special casing everything)Created on 2019-02-16 by the reprex package (v0.2.1.9000)
The text was updated successfully, but these errors were encountered: