From 51fbc2de5ddbdd775ea2fb27bf2749d8b7dcb2fb Mon Sep 17 00:00:00 2001 From: James Lamb Date: Sat, 29 Feb 2020 11:14:13 -0600 Subject: [PATCH] added missed table of contents item --- R-package/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R-package/README.md b/R-package/README.md index 5c4ac736e19c..8aeb07af2209 100644 --- a/R-package/README.md +++ b/R-package/README.md @@ -7,6 +7,7 @@ LightGBM R-package * [Examples](#examples) * [Testing](#testing) * [External Repositories](#external-unofficial-repositories) +* [Known Issues](#known-issues) Installation ------------ @@ -167,6 +168,6 @@ Projects listed here are not maintained or endorsed by the `LightGBM` developmen Known Issues ------------ -## `error in data.table::data.table()...argument 2 is NULL` +### `error in data.table::data.table()...argument 2 is NULL` If you experiencing this error when running `lightgbm`, you may be facing the same issue reported in [#2715](https://github.com/microsoft/LightGBM/issues/2715). If you use `lgb.dl()` to build from source (i.e. not using pre-compiled dll), you need to upgrade your version of `data.table` to at least version 1.12.0.