Skip to content

Commit

Permalink
[R-package] [docs] remove unnecessary build in test coverage (#3004)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Apr 25, 2020
1 parent 5304885 commit b05520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The example below shows how to generate code coverage for the R package on a mac
# Install
export CXX=/usr/local/bin/g++-8
export CC=/usr/local/bin/gcc-8
Rscript build_r.R
Rscript build_r.R --skip-install

# Get coverage
Rscript -e " \
Expand Down

0 comments on commit b05520e

Please sign in to comment.