Latest build
This commit is contained in:
21
man/add_package.Rd
Normal file
21
man/add_package.Rd
Normal file
@@ -0,0 +1,21 @@
|
||||
% 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.
|
||||
}
|
||||
Reference in New Issue
Block a user