Skip to content

Commit

Permalink
[R-package] fix install warning (#3552)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Nov 10, 2020
1 parent b80b4eb commit 199fb23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file modified R-package/cleanup
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion build_r.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ result <- file.copy(

# remove CRAN-specific files
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.win")
, file.path(TEMP_SOURCE_DIR, "Makevars.in")
Expand Down

0 comments on commit 199fb23

Please sign in to comment.