% 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(), 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", process_updated = TRUE, process_new = TRUE, process_removed = TRUE ) } \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. } \examples{ process_cran_updates( interval = lubridate::interval(lubridate::today() - 2, lubridate::today() - 20), process_updated = FALSE, process_new = FALSE ) }