% 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 }