Skip to content

Commit

Permalink
making installations explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 31, 2020
2 parents 5f2790d + fb54631 commit f00b07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_r.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ tarball <- file.path(getwd(), sprintf("lightgbm_%s.tar.gz", version))
cmd <- sprintf("R CMD INSTALL %s --no-multiarch --with-keep.source", tarball)
if (INSTALL_AFTER_BUILD) {
.run_shell_command(cmd)
} else {
} else {
print(sprintf("Skipping installation. Install the package with command '%s'", cmd))
}

0 comments on commit f00b07b

Please sign in to comment.