Skip to content

Commit

Permalink
added missed table of contents item
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Feb 29, 2020
1 parent 0486dd6 commit 51fbc2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LightGBM R-package
* [Examples](#examples)
* [Testing](#testing)
* [External Repositories](#external-unofficial-repositories)
* [Known Issues](#known-issues)

Installation
------------
Expand Down Expand Up @@ -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.

0 comments on commit 51fbc2d

Please sign in to comment.