Change DESCRIPTION to more modern look (#3179)
So other things can be added in comment field, such as ORCID.
This commit is contained in:
parent
04221a7469
commit
92782a8406
@ -3,10 +3,19 @@ Type: Package
|
|||||||
Title: Extreme Gradient Boosting
|
Title: Extreme Gradient Boosting
|
||||||
Version: 0.7.0.1
|
Version: 0.7.0.1
|
||||||
Date: 2018-02-25
|
Date: 2018-02-25
|
||||||
Author: Tianqi Chen <tianqi.tchen@gmail.com>, Tong He <hetong007@gmail.com>,
|
Authors@R: c(
|
||||||
Michael Benesty <michael@benesty.fr>, Vadim Khotilovich <khotilovich@gmail.com>,
|
person("Tianqi", "Chen", role = c("aut"),
|
||||||
Yuan Tang <terrytangyuan@gmail.com>
|
email = "tianqi.tchen@gmail.com"),
|
||||||
Maintainer: Tong He <hetong007@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
|
Description: Extreme Gradient Boosting, which is an efficient implementation
|
||||||
of the gradient boosting framework from Chen & Guestrin (2016) <doi:10.1145/2939672.2939785>.
|
of the gradient boosting framework from Chen & Guestrin (2016) <doi:10.1145/2939672.2939785>.
|
||||||
This package is its R interface. The package includes efficient linear
|
This package is its R interface. The package includes efficient linear
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user