Function to list available archives
This commit is contained in:
19
man/fetch_available_archives.Rd
Normal file
19
man/fetch_available_archives.Rd
Normal 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.
|
||||
}
|
||||
Reference in New Issue
Block a user