fix namespace exports
This commit is contained in:
parent
123c206460
commit
1dff54c001
1 changed files with 8 additions and 8 deletions
26
man/process_cran_updates.Rd
Normal file
26
man/process_cran_updates.Rd
Normal 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.
|
||||
}
|
||||
Loading…
Reference in a new issue