File: unbundle.Rd

package info (click to toggle)
r-cran-packrat 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,900 kB
  • sloc: sh: 51; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bundle.R
\name{unbundle}
\alias{unbundle}
\title{Unbundle a Packrat Project}
\usage{
unbundle(bundle, where, ..., restore = TRUE)
}
\arguments{
\item{bundle}{Path to the bundled file.}

\item{where}{The directory where we will unbundle the project.}

\item{...}{Optional arguments passed to \code{\link{tar}}.}

\item{restore}{Boolean; should we \code{\link{restore}} the library
after \code{unbundle}-ing the project?}
}
\description{
Unbundle a previously \code{\link{bundle}}d project.
}