set build_for_minor = FALSE
This commit is contained in:
parent
0c396c91b4
commit
12a41c1bf7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#' @importFrom pkgbuild build
|
||||
#' @export
|
||||
build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
||||
r_minor_version = NULL, build_for_minor = TRUE,
|
||||
r_minor_version = NULL, build_for_minor = FALSE,
|
||||
local_build_root = "/root",
|
||||
local_clone_dir = "/tmp",
|
||||
platform = NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue