fix namespace exports
This commit is contained in:
parent
123c206460
commit
1dff54c001
1 changed files with 8 additions and 8 deletions
|
|
@ -1,26 +0,0 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/update-packages.R
|
||||
\name{update_packages}
|
||||
\alias{update_packages}
|
||||
\title{Process updated and new CRAN packages}
|
||||
\usage{
|
||||
update_packages(
|
||||
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