Skip to content

Commit

Permalink
there are no R vignettes as of v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 8, 2022
1 parent 8e8f65e commit dd00f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-cran-package.sh
Expand Up @@ -30,7 +30,7 @@
set -e

# Default values of arguments
BUILD_VIGNETTES=true
BUILD_VIGNETTES=false
LGB_R_EXECUTABLE=R

while [ $# -gt 0 ]; do
Expand Down
2 changes: 1 addition & 1 deletion build_r.R
Expand Up @@ -39,7 +39,7 @@ TEMP_SOURCE_DIR <- file.path(TEMP_R_DIR, "src")
}
parsed_args <- .parse_args(args)

SKIP_VIGNETTES <- "--no-build-vignettes" %in% parsed_args[["flags"]]
SKIP_VIGNETTES <- TRUE
USING_GPU <- "--use-gpu" %in% parsed_args[["flags"]]
USING_MINGW <- "--use-mingw" %in% parsed_args[["flags"]]
USING_MSYS2 <- "--use-msys2" %in% parsed_args[["flags"]]
Expand Down

0 comments on commit dd00f22

Please sign in to comment.