diff --git a/R-package/DESCRIPTION b/R-package/DESCRIPTION index 5db56d07d..a6ea43d53 100644 --- a/R-package/DESCRIPTION +++ b/R-package/DESCRIPTION @@ -3,10 +3,19 @@ Type: Package Title: Extreme Gradient Boosting Version: 0.7.0.1 Date: 2018-02-25 -Author: Tianqi Chen , Tong He , - Michael Benesty , Vadim Khotilovich , - Yuan Tang -Maintainer: Tong He +Authors@R: c( + person("Tianqi", "Chen", role = c("aut"), + email = "tianqi.tchen@gmail.com"), + person("Tong", "He", role = c("aut", "cre"), + email = "hetong007@gmail.com"), + person("Michael", "Benesty", role = c("aut"), + email = "michael@benesty.fr"), + person("Vadim", "Khotilovich", role = c("aut"), + email = "khotilovich@gmail.com"), + person("Yuan", "Tang", role = c("aut"), + email = "terrytangyuan@gmail.com", + comment = c(ORCID = "0000-0001-5243-233X")) + ) Description: Extreme Gradient Boosting, which is an efficient implementation of the gradient boosting framework from Chen & Guestrin (2016) . This package is its R interface. The package includes efficient linear