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
0d878b17
Unverified
Commit
0d878b17
authored
Mar 16, 2020
by
James Lamb
Committed by
GitHub
Mar 16, 2020
Browse files
[R-package] removed duplicated code figuring out build_dir in install.libs.R (#2917)
parent
a78e3ed0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
R-package/src/install.libs.R
R-package/src/install.libs.R
+1
-1
No files found.
R-package/src/install.libs.R
View file @
0d878b17
...
...
@@ -155,7 +155,7 @@ if (file.exists(src)) {
if
(
dir.exists
(
build_dir
))
{
print
(
"Removing 'build/' directory"
)
unlink
(
x
=
file.path
(
R_PACKAGE_SOURCE
,
"src"
,
"
build
"
)
x
=
build
_dir
,
recursive
=
TRUE
,
force
=
TRUE
)
...
...
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