build
This commit is contained in:
parent
ad20e237d4
commit
12c711474c
1 changed files with 13 additions and 6 deletions
|
|
@ -10,7 +10,14 @@ update_packages(
|
|||
platform = platform,
|
||||
local_clone_dir,
|
||||
interval = lubridate::today(),
|
||||
prune = TRUE
|
||||
prune = TRUE,
|
||||
build_for_minor = FALSE,
|
||||
codename = NULL,
|
||||
r_minor_version = NULL,
|
||||
local_build_root = ".",
|
||||
endpoint = "https://s3.eu-central-003.backblazeb2.com",
|
||||
region = "eu-central-003",
|
||||
bucket = "devxy-arm64-r-binaries"
|
||||
)
|
||||
}
|
||||
\description{
|
||||
|
|
|
|||
Loading…
Reference in a new issue