Skip to content
Prev 39624 / 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:

            
Okay, thanks. So I guess git-archive --format=tar uses GNU tar extensions (not too surprising). So this is documented... and a documented incompatibilities between different tar/tar extensions. But this behavior of R is a bit unexpected - When R CMD check (which involves installing to a temporary location then loads it and runs various things) works and R CMD INSTALL itself does not.
 
OTOH, should this be reported to the GIT people?