Function to grab the available packages listed on CRAN

This commit is contained in:
2022-06-16 11:27:01 +01:00
parent 6ea4f81bc9
commit 15ded69426
7 changed files with 117 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fetch_available_packages.R
\name{fetch_available_packages}
\alias{fetch_available_packages}
\title{Fetch the current (or check the cache) list of packages available for install
from the CRAN repositories.}
\usage{
fetch_available_packages(refetch = FALSE)
}
\arguments{
\item{refetch}{Boolean indicating if the local cache should be invalidated.}
}
\value{
A data frame of available packages and their versions
}
\description{
Fetch the current (or check the cache) list of packages available for install
from the CRAN repositories.
}