Learn R Programming

packageDiff (version 0.1)

unzipPackage: Extract R Package

Description

Untar an R package into a temp directory.

Usage

unzipPackage(x)

Arguments

x

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

Value

List of files extracted.

Examples

Run this code
# NOT RUN {
tarfile <- system.file("examples", "acepack_1.3-3.3.tar.gz", package = "packageDiff")
info <- unzipPackage(tarfile)

# }

Run the code above in your browser using DataLab