Skip to content

Commit

Permalink
Update .ci/test_r_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 26, 2020
1 parent e9f8d8a commit 542e41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test_r_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ elif [[ $R_BUILD_TYPE == "cran" ]]; then
# Test CRAN source .tar.gz in a directory that is not this repo or below it.
# When people install.packages('lightgbm'), they won't have the LightGBM
# git repo around. This is to protect against the use of relative paths
# like ../../CMakeLists.txt that would only work if you are in the repoo
# like ../../CMakeLists.txt that would only work if you are in the repo
R_CMD_CHECK_DIR="${HOME}/tmp-r-cmd-check/"
mkdir -p ${R_CMD_CHECK_DIR}
mv ${PKG_TARBALL} ${R_CMD_CHECK_DIR}
Expand Down

0 comments on commit 542e41b

Please sign in to comment.