unzipPackage {packageDiff}R Documentation

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

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


[Package packageDiff version 0.1 Index]