Skip to content
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

Combine character and factor show warning. Closes #2317 #2478

Merged
merged 1 commit into from Feb 27, 2017

Conversation

zeehio
Copy link
Contributor

@zeehio zeehio commented Feb 27, 2017

When we collect a factor into a character vector we should warn as well of the coercion of the factor to a character for consistency. This PR adds the warning and fixes the test case.

Closes #2317

@hadley
Copy link
Member

hadley commented Feb 27, 2017

Thanks! Would you mind adding a bullet to NEWS.md too?

My previous PR did not fix this case.
@zeehio
Copy link
Contributor Author

zeehio commented Feb 27, 2017

Done! (I amended the commit) 😃

@hadley hadley merged commit 8430adc into tidyverse:master Feb 27, 2017
@hadley
Copy link
Member

hadley commented Feb 27, 2017

Thanks!

@zeehio zeehio deleted the fix_2317 branch February 18, 2018 18:00
@lock
Copy link

lock bot commented Aug 17, 2018

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Aug 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

no warning message about factor to character coercion shown when binding dataframes
2 participants