Skip to content

Commit 7f479d0

Browse files
committed
use 'given' for corperations
Fixed `usethis::is_rstudio_pkg()` returning `NA` because it only checked if `given == "RStudio"` for funders. Furthermore, documentation on `?person` also says that `given` is more appropriate than family: > 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").
1 parent e003e9a commit 7f479d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Authors@R: c(
88
person("Daniel", "Falbel", role = c("ctb", "cph"), email = "[email protected]"),
99
person("JJ", "Allaire", role = c("aut", "cph")),
1010
person("François", "Chollet", role = c("aut", "cph")),
11-
person(family = "RStudio", role = c("ctb", "cph", "fnd")),
12-
person(family = "Google", role = c("ctb", "cph", "fnd")),
11+
person("RStudio", role = c("ctb", "cph", "fnd")),
12+
person("Google", role = c("ctb", "cph", "fnd")),
1313
person("Yuan", "Tang", role = c("ctb", "cph"),
1414
email = "[email protected]",
1515
comment = c(ORCID = "0000-0001-5243-233X")),

0 commit comments

Comments
 (0)