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

Standard role columns can take multiple roles #28

Closed
arnaudgallou opened this issue Oct 23, 2023 · 0 comments · Fixed by #30
Closed

Standard role columns can take multiple roles #28

arnaudgallou opened this issue Oct 23, 2023 · 0 comments · Fixed by #30
Labels
bug Something isn't working

Comments

@arnaudgallou
Copy link
Owner

Currently, it's possible to pass multiple roles to one column:

Plume$new(tibble::tibble(
  given_name = c("Zip", "Ric"),
  family_name = c("Zap", "Rac"),
  role = c("a", "b"),
))

This will cause issues when assigning the degrees of contribution (#14) and shouldn't be allowed.

@arnaudgallou arnaudgallou added the bug Something isn't working label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant