Unverified Commit b05520e7 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] [docs] remove unnecessary build in test coverage (#3004)

parent 5304885c
...@@ -147,7 +147,7 @@ The example below shows how to generate code coverage for the R package on a mac ...@@ -147,7 +147,7 @@ The example below shows how to generate code coverage for the R package on a mac
# Install # Install
export CXX=/usr/local/bin/g++-8 export CXX=/usr/local/bin/g++-8
export CC=/usr/local/bin/gcc-8 export CC=/usr/local/bin/gcc-8
Rscript build_r.R Rscript build_r.R --skip-install
# Get coverage # Get coverage
Rscript -e " \ Rscript -e " \
......
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