Skip to content

family->given for R Core authorship#299

Open
MichaelChirico wants to merge 1 commit intobrodieG:masterfrom
MichaelChirico:patch-2
Open

family->given for R Core authorship#299
MichaelChirico wants to merge 1 commit intobrodieG:masterfrom
MichaelChirico:patch-2

Conversation

@MichaelChirico
Copy link
Contributor

This is the more typical and correct way to cite this contributor.

c.f.

a = tools::CRAN_authors_db()
sum(grepl("(?i)r core team", a$family))
# [1] 8
sum(grepl("(?i)r core team", a$given))
# [1] 61

From ?person:

For persons which are not natural persons (e.g., institutions, companies, etc.) it is appropriate to use given (but not family) for the name, e.g., person("R Core Team", role = "aut").

@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@brodieG brodieG mentioned this pull request Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants