Skip to content

Commit

Permalink
Add person field in Authors@R
Browse files Browse the repository at this point in the history
  • Loading branch information
courtiol committed Mar 6, 2021
1 parent 098e787 commit 000c27b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ Authors@R: c(
person("Vincent", "Arel-Bundock",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-2042-7063"))
comment = c(ORCID = "0000-0003-2042-7063")),
person("Alexandre", "Courtiol",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-0637-2959")
)
)
Maintainer: Ben Bolker <[email protected]>
Description: Convert fitted objects from various R mixed-model packages
Expand Down

0 comments on commit 000c27b

Please sign in to comment.