Function to list available archives

This commit is contained in:
2022-06-16 11:35:01 +01:00
parent 15ded69426
commit 9cc51329bd
3 changed files with 66 additions and 0 deletions

View File

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