From 000c27b3dbb5bfdc9f1469588d319efea9e1601c Mon Sep 17 00:00:00 2001 From: Alexandre Courtiol Date: Sat, 6 Mar 2021 17:34:03 +0100 Subject: [PATCH] Add person field in Authors@R --- DESCRIPTION | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b16019e..767e6ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,7 +23,12 @@ Authors@R: c( person("Vincent", "Arel-Bundock", email = "vincent.arel-bundock@umontreal.ca", role = "ctb", - comment = c(ORCID = "0000-0003-2042-7063")) + comment = c(ORCID = "0000-0003-2042-7063")), + person("Alexandre", "Courtiol", + email = "courtiol@izw-berlin.de", + role = "ctb", + comment = c(ORCID = "0000-0003-0637-2959") + ) ) Maintainer: Ben Bolker Description: Convert fitted objects from various R mixed-model packages