21 lines
530 B
R
21 lines
530 B
R
% 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
|
|
}
|