[R-package] update roles in DESCRIPTION (#3333)

This commit is contained in:
James Lamb 2020-08-23 10:05:40 +01:00 коммит произвёл GitHub
Родитель 672d0e52a1
Коммит 8ab35255a5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,9 +5,9 @@ Version: 3.0.0-1
Date: 2020-08-06
Authors@R: c(
person("Guolin", "Ke", email = "guolin.ke@microsoft.com", role = c("aut", "cre")),
person("Damien", "Soukhavong", email = "damien.soukhavong@skema.edu", role = c("ctb")),
person("Damien", "Soukhavong", email = "damien.soukhavong@skema.edu", role = c("aut")),
person("Yachen", "Yan", role = c("ctb")),
person("James", "Lamb", email="jaylamb20@gmail.com", role = c("ctb"))
person("James", "Lamb", email="jaylamb20@gmail.com", role = c("aut"))
)
Description: Tree based algorithms can be improved by introducing boosting frameworks. 'LightGBM' is one such framework, and this package offers an R interface to work with it.
It is designed to be distributed and efficient with the following advantages: