dlArchiveVersionsAvailable {Require} | R Documentation |
Available and archived versions
Description
These are wrappers around available.packages and also get the archived versions available on CRAN.
Usage
dlArchiveVersionsAvailable(
package,
repos = getOption("repos"),
verbose = getOption("Require.verbose")
)
available.packagesCached(
repos,
purge,
verbose = getOption("Require.verbose"),
returnDataTable = TRUE,
type
)
Arguments
package |
A single package name (without version or github specifications) |
repos |
The remote repository (e.g., a CRAN mirror), passed to either
|
verbose |
Numeric or logical indicating how verbose should the function
be. If -1 or -2, then as little verbosity as possible. If 0 or FALSE,
then minimal outputs; if |
purge |
Logical. Should all caches be purged? Default is
Internally, there are calls to |
returnDataTable |
Logical. If |
type |
See |
Details
dlArchiveVersionsAvailable
searches CRAN Archives for available versions.
It has been borrowed from a sub-set of the code in a non-exported function:
remotes:::download_version_url