Unverified Commit 65ee8ab2 authored by david-cortes's avatar david-cortes Committed by GitHub
Browse files

[R-package] Move R6 to Imports (#4812)

* update dependencies

* Update DESCRIPTION
parent c2d13ec5
...@@ -28,7 +28,7 @@ Authors@R: c( ...@@ -28,7 +28,7 @@ Authors@R: c(
person("IBM Corporation", role = c("ctb")), person("IBM Corporation", role = c("ctb")),
person("David", "Cortes", role = c("ctb")) person("David", "Cortes", role = c("ctb"))
) )
Description: Tree based algorithms can be improved by introducing boosting frameworks. Description: Tree based algorithms can be improved by introducing boosting frameworks.
'LightGBM' is one such framework, based on Ke, Guolin et al. (2017) <https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision>. 'LightGBM' is one such framework, based on Ke, Guolin et al. (2017) <https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision>.
This package offers an R interface to work with it. 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:
...@@ -52,9 +52,9 @@ Suggests: ...@@ -52,9 +52,9 @@ Suggests:
rmarkdown, rmarkdown,
testthat testthat
Depends: Depends:
R (>= 3.5), R (>= 3.5)
R6 (>= 2.0)
Imports: Imports:
R6 (>= 2.0),
data.table (>= 1.9.6), data.table (>= 1.9.6),
graphics, graphics,
jsonlite (>= 1.0), jsonlite (>= 1.0),
......
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