19 lines
509 B
R
19 lines
509 B
R
% 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
|
|
)
|
|
}
|
|
\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.
|
|
}
|