powered by
Untar an R package into a temp directory.
unzipPackage(x)
The compressed (tar.gz) build file of an R package, either local or URL.
List of files extracted.
# 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