knitr::opts_chunk$set( comment = "#>", tidy = FALSE, error = FALSE, fig.width = 8, fig.height = 8)
R's Internal 'tar' Implementation as a Package
There have been various issues with R's builtin 'tar' implementation recently. This packages contains a version that fixes several of these issues, so we can have a stable implementation that works with any R version.
Once on CRAN, install the package the usual way:
install.packages("tar")
GPL-2 © R-core
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.