Fixed keep-empty-dirs flag in build_r.R (fixes #2332) (#2333)

This commit is contained in:
James Lamb 2019-08-18 21:20:02 -05:00 коммит произвёл GitHub
Родитель 686b0cc2f9
Коммит c0883f174c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ result <- file.copy(from = "CMakeLists.txt",
# NOTE: --keep-empty-dirs is necessary to keep the deep paths expected
# by CMake while also meeting the CRAN req to create object files
# on demand
cmd <- "R CMD build lightgbm_r --keep_empty-dirs"
cmd <- "R CMD build lightgbm_r --keep-empty-dirs"
.run_shell_command(cmd)
# Install the package