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

21
man/add_package.Rd Normal file
View 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.
}