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
f54e32f7
Unverified
Commit
f54e32f7
authored
Dec 03, 2021
by
James Lamb
Committed by
GitHub
Dec 04, 2021
Browse files
[R-package] fix `--no-build-vignettes` option for `build-cran-package.sh` (#4848)
parent
cf38071b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build-cran-package.sh
build-cran-package.sh
+1
-1
No files found.
build-cran-package.sh
View file @
f54e32f7
...
...
@@ -38,7 +38,7 @@ while [ $# -gt 0 ]; do
--r-executable
=
*
)
LGB_R_EXECUTABLE
=
"
${
1
#*=
}
"
;;
--no-build-vignettes
=
*
)
--no-build-vignettes
*
)
BUILD_VIGNETTES
=
false
;;
*
)
...
...
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