20 lines
639 B
R
20 lines
639 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/fetch_available_archives.R
|
|
\name{fetch_available_archives}
|
|
\alias{fetch_available_archives}
|
|
\title{Fetch the current (or check the cache) list of packages archives available
|
|
for install from the CRAN repositories.}
|
|
\usage{
|
|
fetch_available_archives(refetch = FALSE)
|
|
}
|
|
\arguments{
|
|
\item{refetch}{Boolean indicating if the local cache should be invalidated.}
|
|
}
|
|
\value{
|
|
A data frame of available package archives and their versions
|
|
}
|
|
\description{
|
|
Fetch the current (or check the cache) list of packages archives available
|
|
for install from the CRAN repositories.
|
|
}
|