Unverified Commit 8ab35255 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

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

parent 672d0e52
...@@ -5,9 +5,9 @@ Version: 3.0.0-1 ...@@ -5,9 +5,9 @@ Version: 3.0.0-1
Date: 2020-08-06 Date: 2020-08-06
Authors@R: c( Authors@R: c(
person("Guolin", "Ke", email = "guolin.ke@microsoft.com", role = c("aut", "cre")), 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("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. 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: It is designed to be distributed and efficient with the following advantages:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment