Commit 87c39dec authored by Khoa Nguyen's avatar Khoa Nguyen Committed by James Lamb
Browse files

Multiarch cmd flag in build_r.R (#1704)

parent b419331b
...@@ -67,7 +67,7 @@ version <- gsub( ...@@ -67,7 +67,7 @@ version <- gsub(
) )
tarball <- file.path(getwd(), sprintf("lightgbm_%s.tar.gz", version)) 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 # Run R CMD CHECK
# R CMD CHECK lightgbm_2.1.2.tar.gz --as-cran | tee check.log | cat # R CMD CHECK lightgbm_2.1.2.tar.gz --as-cran | tee check.log | cat
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