Skip to content

Commit

Permalink
docs: use as.person instead of as.personList
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Jul 9, 2024
1 parent 1e0092a commit 54fef67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (length(author)) {
has_authors_at_R_field <- TRUE
} else {
has_authors_at_R_field <- FALSE
author <- as.personList(meta$Author)
author <- as.person(meta$Author)
}

author <- format(author, include = c("given", "family"))
Expand Down

0 comments on commit 54fef67

Please sign in to comment.