Latest build
This commit is contained in:
18
man/snapshot.Rd
Normal file
18
man/snapshot.Rd
Normal file
@@ -0,0 +1,18 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/snapshot.R
|
||||
\name{snapshot}
|
||||
\alias{snapshot}
|
||||
\title{Save the current state of the project into the lock file as a snapshot}
|
||||
\usage{
|
||||
snapshot(installOpts = list(Ncpus = parallel::detectCores()))
|
||||
}
|
||||
\arguments{
|
||||
\item{installOpts}{list Installer options for use when installing CRAN
|
||||
packages}
|
||||
}
|
||||
\value{
|
||||
invisible return of the current snapshot
|
||||
}
|
||||
\description{
|
||||
Save the current state of the project into the lock file as a snapshot
|
||||
}
|
||||
Reference in New Issue
Block a user