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
...@@ -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