Description
Hello!
I have a trouble with remotes::install_github("user/package"). R 3.5.1 Microsoft R Open. Ubuntu 18.04 in container. There is an error in tar after just rebuilding container without changing anything.
remotes::install_github('rstudio/DT') Downloading GitHub repo rstudio/DT@master tar: This does not look like a tar archive gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now tar: This does not look like a tar archive gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now Error in getrootdir(untar(src, list = TRUE)) : length(file_list) > 0 is not TRUE Calls: <Anonymous> ... source_pkg -> decompress -> getrootdir -> stopifnot In addition: Warning messages: 1: In utils::untar(tarfile, ...) : ‘tar -xf '/tmp/RtmpitCFRe/file2677442609b8.tar.gz' -C '/tmp/RtmpitCFRe/remotes267752f2629f'’ returned error code 2 2: In system(cmd, intern = TRUE) : running command 'tar -tf '/tmp/RtmpitCFRe/file2677442609b8.tar.gz'' had status 2 Execution halted
May tell me what is going wrong?