Displaying 1 result from an estimated 1 matches for "xhdtype".
Did you mean:
  dtype
  
2010 May 19
2
Error in untar2(tarfile, files, list, exdir) : unsupported entry type ‘x’
Hi R gurus,
I'm getting the following error when trying to build and install an R package:
Error in untar2(tarfile, files, list, exdir) : unsupported entry type ?x?
I build the package like so:
R --no-init-file CMD build mypackage
Then try to install it:
sudo R --no-init-file CMD INSTALL mypackage.tar.gz
...which dies with the above error. I can extract the archive fine
with tar -zxf, so