Latest build
This commit is contained in:
25
man/restore.Rd
Normal file
25
man/restore.Rd
Normal file
@@ -0,0 +1,25 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/restore.R
|
||||
\name{restore}
|
||||
\alias{restore}
|
||||
\title{Restores the project from a pacman snapshot file. Installs any missing
|
||||
packages. This can be done into the user library or the packman library
|
||||
(see totalIsolation)}
|
||||
\usage{
|
||||
restore(
|
||||
totalIsolation = FALSE,
|
||||
installOpts = list(Ncpus = parallel::detectCores())
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{totalIsolation}{boolean Only refer to the pacman library, do not use
|
||||
any user library paths}
|
||||
|
||||
\item{installOpts}{list Settings to be passed to install.packages etc.
|
||||
Defaults to installing with multiple cores.}
|
||||
}
|
||||
\description{
|
||||
Restores the project from a pacman snapshot file. Installs any missing
|
||||
packages. This can be done into the user library or the packman library
|
||||
(see totalIsolation)
|
||||
}
|
||||
Reference in New Issue
Block a user