fix namespace exports

This commit is contained in:
Patrick Schratz 2024-08-26 21:47:51 +02:00
commit 1dff54c001
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -0,0 +1,26 @@
% 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 = 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.
}