22 lines
523 B
R
22 lines
523 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/add_package.R
|
|
\name{add_package}
|
|
\alias{add_package}
|
|
\title{Add a package to the project.}
|
|
\usage{
|
|
add_package(
|
|
packageName = NULL,
|
|
installOpts = list(Ncpus = parallel::detectCores())
|
|
)
|
|
}
|
|
\arguments{
|
|
\item{packageName}{boolean Only refer to the pacman library, do not use
|
|
any user library paths}
|
|
|
|
\item{installOpts}{boolean Only refer to the pacman library, do not use
|
|
any user library paths}
|
|
}
|
|
\description{
|
|
Add a package to the project.
|
|
}
|