Latest build
This commit is contained in:
23
man/install_package_source.Rd
Normal file
23
man/install_package_source.Rd
Normal file
@@ -0,0 +1,23 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/install_package_source.R
|
||||
\name{install_package_source}
|
||||
\alias{install_package_source}
|
||||
\title{Installs a package from a custom source}
|
||||
\usage{
|
||||
install_package_source(
|
||||
packageSource,
|
||||
installOpts = list(Ncpus = parallel::detectCores())
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{packageSource}{The custom source information for a package}
|
||||
|
||||
\item{installOpts}{list Installer options for use when installing CRAN
|
||||
packages}
|
||||
}
|
||||
\value{
|
||||
invisible return of the current snapshot
|
||||
}
|
||||
\description{
|
||||
Installs a package from a custom source
|
||||
}
|
||||
Reference in New Issue
Block a user