require setting platform variable
This commit is contained in:
parent
d6f6df70fd
commit
836c9b9b62
1 changed files with 6 additions and 12 deletions
|
|
@ -11,7 +11,7 @@ build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
|||
r_minor_version = NULL, build_for_minor = TRUE,
|
||||
local_build_root = "/root",
|
||||
local_clone_dir = "/tmp",
|
||||
platform = "redhat-9",
|
||||
platform = NULL,
|
||||
install_system_dependencies = TRUE,
|
||||
debug = FALSE,
|
||||
force = FALSE) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue