[doc] [R] clarify lintr docs (#10698)

This commit is contained in:
James Lamb 2024-08-13 01:37:31 -05:00 committed by GitHub
parent 2ecc85ffad
commit b457d0d792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,6 +134,7 @@ To run checks for R:
.. code-block:: bash
cd /path/to/xgboost/
R CMD INSTALL R-package/
Rscript tests/ci_build/lint_r.R $(pwd)
To run checks for cpplint locally: