From 497d739a5641e09873702e3a74e8fcdccdaac8d7 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Fri, 5 Jul 2024 01:54:55 +0300 Subject: [PATCH] [docs] fix FAQ markdown (#6521) --- docs/FAQ.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/FAQ.rst b/docs/FAQ.rst index 43141480c..2e24256a9 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -231,12 +231,13 @@ In older versions, avoid printing the ``Dataset`` after calling ``setinfo()``. As of LightGBM v4.0.0, ``setinfo()`` has been replaced by a new method, ``set_field()``. -3. ``error in data.table::data.table()...argument 2 is NULL`` -------------------------------------------------------------- +3. ``error in data.table::data.table()...argument 2 is NULL``. +-------------------------------------------------------------- If you are experiencing this error when running ``lightgbm``, you may be facing the same issue reported in `#2715 `_ and later in `#2989 `_. We have seen that in some situations, using ``data.table`` 1.11.x results in this error. To get around this, you can upgrade your version of ``data.table`` to at least version 1.12.0. -4. package ‘Matrix’ is not available +4. ``package/dependency ‘Matrix’ is not available ...`` +------------------------------------------------------- In April 2024, ``Matrix==1.7-0`` was published to CRAN. That version had a floor of ``R (>=4.4.0)``.