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
199fb236
Unverified
Commit
199fb236
authored
Nov 10, 2020
by
James Lamb
Committed by
GitHub
Nov 10, 2020
Browse files
[R-package] fix install warning (#3552)
parent
b80b4ebb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
R-package/cleanup
R-package/cleanup
+0
-0
build_r.R
build_r.R
+2
-1
No files found.
R-package/cleanup
100644 → 100755
View file @
199fb236
File mode changed from 100644 to 100755
build_r.R
View file @
199fb236
...
@@ -126,7 +126,8 @@ result <- file.copy(
...
@@ -126,7 +126,8 @@ result <- file.copy(
# remove CRAN-specific files
# remove CRAN-specific files
result
<-
file.remove
(
result
<-
file.remove
(
file.path
(
TEMP_R_DIR
,
"configure"
)
file.path
(
TEMP_R_DIR
,
"cleanup"
)
,
file.path
(
TEMP_R_DIR
,
"configure"
)
,
file.path
(
TEMP_R_DIR
,
"configure.ac"
)
,
file.path
(
TEMP_R_DIR
,
"configure.ac"
)
,
file.path
(
TEMP_R_DIR
,
"configure.win"
)
,
file.path
(
TEMP_R_DIR
,
"configure.win"
)
,
file.path
(
TEMP_SOURCE_DIR
,
"Makevars.in"
)
,
file.path
(
TEMP_SOURCE_DIR
,
"Makevars.in"
)
...
...
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