unzipPackage: Extract R Package

Description Usage Arguments Value Examples

View source: R/unzipPackage.R

Description

Untar an R package into a temp directory.

Usage

1

Arguments

x

The compressed (tar.gz) build file of an R package, either local or URL.

Value

List of files extracted.

Examples

1
2
tarfile <- system.file("examples", "acepack_1.3-3.3.tar.gz", package = "packageDiff")
info <- unzipPackage(tarfile)

packageDiff documentation built on Jan. 16, 2020, 5 p.m.