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

$get_contributions() doesn't handle namesakes #15

Closed
arnaudgallou opened this issue Aug 6, 2023 · 0 comments · Fixed by #20
Closed

$get_contributions() doesn't handle namesakes #15

arnaudgallou opened this issue Aug 6, 2023 · 0 comments · Fixed by #20
Labels
bug Something isn't working feature New feature or request Plume Plume related issue

Comments

@arnaudgallou
Copy link
Owner

arnaudgallou commented Aug 6, 2023

aut <- Plume$new(tibble::tibble(
  given_name = c("Zip", "Zip"),
  family_name = c("Zap", "Zap"),
  role_1 = c("a", NA),
  role_2 = c("b", "b")
))
aut$get_contributions(roles_first = FALSE, by_author = TRUE)
#> Z.Z.: a, b and b
@arnaudgallou arnaudgallou added the bug Something isn't working label Aug 6, 2023
@arnaudgallou arnaudgallou changed the title $get_contributions() doesn't work with namesakes $get_contributions() doesn't handle namesakes Aug 7, 2023
@arnaudgallou arnaudgallou added the feature New feature or request label Aug 7, 2023
@arnaudgallou arnaudgallou added the Plume Plume related issue label Nov 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 feature New feature or request Plume Plume related issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant