-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
source_df should inherit from data.frame #12
Comments
Yep, and I know of a good test case, lme/nlme (and friends). That's the one which fails (or failed? did not check today) with the implicit casting in data.table. |
But in general, you can't assume that a data source is a data frame, and it will be safer to force the user to acknowledge this by using |
Point taken, I had this trouble a few times already. A good error message would be nice, because I remember using quite some time to locate the problem I thought was in lme. |
So you can use it as, without having to manually coerce to a data frame. And possibly should do the same thing for data.table
The text was updated successfully, but these errors were encountered: