add update_packages() fix #5

This commit is contained in:
Patrick Schratz 2024-08-26 16:15:36 +02:00
commit 9b8fd610d2
Signed by: pat-s
GPG key ID: 3C6318841EF78925

19
man/update_packages.Rd Normal file
View file

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