build-cran-binaries/man/process_cran_updates.Rd
2024-08-30 01:09:28 +02:00

26 lines
740 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/process_cran_updates.R
\name{process_cran_updates}
\alias{process_cran_updates}
\title{Process updated and new CRAN packages}
\usage{
process_cran_updates(
package_name,
tag,
platform,
local_clone_dir,
interval = lubridate::today(),
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{
Packages which got removed from CRAN can be deleted by setting \code{prune = TRUE}.
Argument \code{interval} allows to specify a range which should be processed.
}