-
Notifications
You must be signed in to change notification settings - Fork 154
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
Make "type" less vulnerable to loss #304
Comments
Also occurs for #> Installing 2 packages: deldir, polyclip
#> Error in if (type == "binary") { : argument is of length zero |
jimhester
added a commit
that referenced
this issue
Apr 9, 2019
It is too fragile and gets removed when rbinding Fixes #304
jimhester
added a commit
that referenced
this issue
Apr 9, 2019
It is too fragile and gets removed when rbinding Fixes #304
jimhester
added a commit
that referenced
this issue
Apr 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The conclusion of the conversation represented by #300 (there and in slack) is that storing
type
as an attribute of these data frames is too brittle. The row subsetting and binding those data frames go through makes it hard to retain the attributes correctly. I'm closing that PR in deference to some larger rethinking of howtype
gets passed around.Probably also what's going on in #291. That also seems like a case where the specific combination of packages to be installed from various sources was unlucky.
The text was updated successfully, but these errors were encountered: