Unverified Commit 3fde0ce9 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[docs][R-package] change obsolete wordings in R README (#3728)

parent 98e6f719
...@@ -211,7 +211,7 @@ The R package's unit tests are run automatically on every commit, via integratio ...@@ -211,7 +211,7 @@ The R package's unit tests are run automatically on every commit, via integratio
When adding tests, you may want to use test coverage to identify untested areas and to check if the tests you've added are covering all branches of the intended code. When adding tests, you may want to use test coverage to identify untested areas and to check if the tests you've added are covering all branches of the intended code.
The example below shows how to generate code coverage for the R package on a macOS or Linux setup, using `gcc-8` to compile `LightGBM`. To adjust for your environment, swap out the 'Install' step with [the relevant code from the instructions above](#install). The example below shows how to generate code coverage for the R package on a macOS or Linux setup. To adjust for your environment, refer to [the customization step described above](#custom-installation-linux-mac).
```shell ```shell
# Install # Install
......
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