Skip to content
Prev 39631 / 63424 Next

"R CMD check" accepts but "R CMD INSTALL" rejects a tar ball.

--- On Fri, 1/4/11, Simon Urbanek <simon.urbanek at r-project.org> wrote:
Argh, got it. The more informative page is in GNU tar's man page, but even GNU tar doesn't write pax by default. I happened to have git's git repository in my hard disc, and you are correct, git-archive, according to its source code, does write pax header, and refers to pax in several places. So git-archive's documentation (and its '--format=tar' option) is misleading; although even GNU fileutils says the ungzip'ed bundle is "posix tar". Go figure...

OTOH, "R CMD check" extracts the content (and does an install) and 'R CMD INSTALL' itself does not, that's a bit inconsistent.