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

17
man/activate.Rd Normal file
View File

@@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/activate.R
\name{activate}
\alias{activate}
\title{Adds the pacman library path to the .libPaths variable, either as an extra
library or as the only library}
\usage{
activate(totalIsolation = FALSE)
}
\arguments{
\item{totalIsolation}{boolean Only refer to the pacman library, do not use
any user library paths}
}
\description{
Adds the pacman library path to the .libPaths variable, either as an extra
library or as the only library
}