add update_packages() fix #5
This commit is contained in:
parent
ea61e73925
commit
9b8fd610d2
1 changed files with 334 additions and 23 deletions
19
man/update_packages.Rd
Normal file
19
man/update_packages.Rd
Normal 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.
|
||||
}
|
||||
Loading…
Reference in a new issue