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

14
man/get_cran_repo.Rd Normal file
View File

@@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{get_cran_repo}
\alias{get_cran_repo}
\title{Returns the CRAN repository source or requests the user select one}
\usage{
get_cran_repo()
}
\value{
string CRAN repository URL
}
\description{
Returns the CRAN repository source or requests the user select one
}