Method for requesting the source details of a package from a user

This commit is contained in:
2022-06-16 11:42:27 +01:00
parent 9cc51329bd
commit 903f5cf365
2 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/request_package_source.R
\name{request_package_source}
\alias{request_package_source}
\title{Method for requesting a non-CRAN package source from a user}
\usage{
request_package_source(package)
}
\arguments{
\item{package}{string The name of the package}
}
\value{
invisible NULL on cancel
List containing the type of the source, the source URI and an
optional reference
}
\description{
Method for requesting a non-CRAN package source from a user
}