Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
c0883f17
Unverified
Commit
c0883f17
authored
Aug 18, 2019
by
James Lamb
Committed by
GitHub
Aug 18, 2019
Browse files
Fixed keep-empty-dirs flag in build_r.R (fixes #2332) (#2333)
parent
686b0cc2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build_r.R
build_r.R
+1
-1
No files found.
build_r.R
View file @
c0883f17
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment