Skip to content

Commit

Permalink
Multiarch cmd flag in build_r.R (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
khoanguyen8496 authored and jameslamb committed Sep 30, 2018
1 parent b419331 commit 87c39de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_r.R
Expand Up @@ -67,7 +67,7 @@ version <- gsub(
)
tarball <- file.path(getwd(), sprintf("lightgbm_%s.tar.gz", version))

system(sprintf("R CMD INSTALL %s --no-multi-arch", tarball))
system(sprintf("R CMD INSTALL %s --no-multiarch", tarball))

# Run R CMD CHECK
# R CMD CHECK lightgbm_2.1.2.tar.gz --as-cran | tee check.log | cat

0 comments on commit 87c39de

Please sign in to comment.