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

Tribble should use tidyverse coercion rules #204

Closed
hadley opened this issue Dec 14, 2016 · 2 comments
Closed

Tribble should use tidyverse coercion rules #204

hadley opened this issue Dec 14, 2016 · 2 comments
Labels
vctrs ↗️ Requires vctrs package

Comments

@hadley
Copy link
Member

hadley commented Dec 14, 2016

i.e. we should get at least a warning here:

tibble::tribble(
  ~ x,
  TRUE,
  "a"
)

(Depends on r-lib/vctrs#7)

@hadley hadley changed the title Tribble should obey similar coercion rules to other parts of the tidyverse Tribble should use tidyverse coercion rules Dec 14, 2016
@hadley
Copy link
Member Author

hadley commented Aug 21, 2018

Can implement once vctrs is on CRAN.

@krlmlr krlmlr added this to the 1.5.0 milestone Aug 23, 2018
@hadley hadley removed this from the 1.5.0 milestone Sep 28, 2018
@krlmlr krlmlr added the vctrs ↗️ Requires vctrs package label Jan 29, 2019
@krlmlr krlmlr closed this as completed in 6e808b9 Oct 26, 2019
@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2020

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
vctrs ↗️ Requires vctrs package
Projects
None yet
Development

No branches or pull requests

2 participants