Latest build

This commit is contained in:
2023-09-28 09:44:06 +01:00
parent 788fab8610
commit b776fc7019
33 changed files with 527 additions and 30 deletions

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