search for: untar2

Displaying 12 results from an estimated 12 matches for "untar2".

Did you mean: untar
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 I don't...
2010 Dec 17
2
installing package from source with Linux
...out the exact cause of the problem. I am trying to install a R package from source as it is not yet available under Cran (Rssa, downloaded here: https://github.com/asl/rssa). Running sudo R CMD INSTALL asl-rssa-6f458e4.tar.gz from the console however gives me these error messages: Warnung in untar2(tarfile, files, list, exdir) : checksum error for entry 'pax_global_header' Fehler in untar2(tarfile, files, list, exdir) : unsupported entry type ?g? Does anybody have any hints on how to solve this? Do I have the wrong packing program installed? I am trying this with Ubuntu 9.10 and...
2011 Apr 01
1
"R CMD check" accepts but "R CMD INSTALL" rejects a tar ball.
I have somehow managed to made a source tar ball which "R CMD check" accepts but "R CMD INSTALL" rejects with: ------------------ Warning in untar2(tarfile, files, list, exdir) : checksum error for entry 'pax_global_header' Error in untar2(tarfile, files, list, exdir) : unsupported entry type ?g? ------------------ This happens with both R 2.12.2 (x86 linux) and R svn (x86_64 linux). Since R CMD check does install as part of the che...
2009 Oct 23
2
reg-tests-1.R failure with unstable
Hi, I am getting an error from one of the test files tests/reg-tests-1.R using the unstable version (r50179). (i've learned my lessons; this is a clean build.) The tail of reg-tests-1.Rout.fail is Loading required package: myTst building package pkgA ... installing package pkgA using file pkgA_1.0.tar.gz ... Error in as.octmode(mode) : invalid digits Error in install.packages(r, lib =
2018 May 01
2
possible internal (un)tar bug
...1.0.tar.gz", "pkg", compression = "gzip", tar = "internal") unlink("pkg", recursive = TRUE) con <- file("pkg_1.0.tar.gz", open = "rb") ex <- tempfile() untar(con, files = "pkg/DESCRIPTION", exdir = ex) #> Error in untar2(tarfile, files, list, exdir, restore_times) : #> incomplete block on file
2013 May 03
1
untar() error
...embedded nul in string: 'II*\0Ì <\001´ \0\0`G\0\0\fn\0\0¸”\0\0d»\0\0\020â\0\0¼\b\001\0h/\001\0\024V\001\0À|\001\0l£\001\0\030Ê\001\0Äð\001\0p\027\002\0\034>\002\0Èd\002\0t‹\002\0 ²\002\0ÌØ\002\0xÿ\002\0$&\003\0ÐL\003\0|s\003' > traceback() 3: rawToChar(block[seq_len(ns)]) 2: untar2(tarfile, files, list, exdir) 1: untar(files[1]) > sessionInfo() R version 2.15.2 (2012-10-26) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252 LC_NUMERIC=C [5] LC_TIME=Eng...
2013 Aug 25
0
"block incomplete" error when compiling R
Dear list, I am trying to compile R on a 64-bit Ubuntu 13.04 machine and get the following error: make[2]: Entering directory `/home/kaiyin/opt/R-2.15.0/src/library/Recommended' begin installing recommended package MASS Error in untar2(tarfile, files, list, exdir) : incomplete block on file make[2]: *** [MASS.ts] Error 1 make[2]: Leaving directory `/home/kaiyin/opt/R-2.15.0/src/library/Recommended' make[1]: *** [recommended-packages] Error 2 make[1]: Leaving directory `/home/kaiyin/opt/R-2.15.0/src/library/Recommended' ma...
2018 May 01
1
possible internal (un)tar bug
>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>> on Tue, 1 May 2018 16:14:43 +0200 writes: >>>>> G?bor Cs?rdi <csardi.gabor at gmail.com> >>>>> on Tue, 1 May 2018 12:05:32 +0000 writes: >> This is a not too old R-devel on Linux, it already fails >> in R 3.4.4, and on macOS as well.
2013 Sep 15
0
building R, rJava, & Rserve on Centos without admin privileges (or support)
...om NetLogo models (via the NetLogo R extension or possibly Rserve), but I'm getting stuck near the end of make. Any suggestions? Here's the setup... $ R_SHELL=/bin/sh $ R_HOME=~/R-devel $ cd $R_HOME; ./configure; make returns ... begin installing recommended package MASS Error in untar2(tarfile, files, list, exdir, restore_times) : incomplete block on file make[2]: *** [MASS.ts] Error 1 make[2]: Leaving directory `/home1/optimal1/R-devel/src/library/Recommended' make[1]: *** [recommended-packages] Error 2 make[1]: Leaving directory `/home1/optimal1/R-devel/src/library/Recom...
2011 Sep 30
0
R 2.13.2 is released
...alues to be set, including Inf to remove the limit. o The print() methods for classes "Date", "POSIXct" and "POSIXlt" respect the option "max.print" and so are much faster for very long datetime vectors. (Suggestion of Yohan Chalabi.) o untar2() now works around errors generated with tar files that use more than the standard 6 digits for the checksum. (https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14654PR#14654) o install.packages() with Ncpus > 1 guards against simultaneous installation of indirect depen...
2011 Sep 30
0
R 2.13.2 is released
...alues to be set, including Inf to remove the limit. o The print() methods for classes "Date", "POSIXct" and "POSIXlt" respect the option "max.print" and so are much faster for very long datetime vectors. (Suggestion of Yohan Chalabi.) o untar2() now works around errors generated with tar files that use more than the standard 6 digits for the checksum. (https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14654PR#14654) o install.packages() with Ncpus > 1 guards against simultaneous installation of indirect depen...
2012 Oct 13
0
installation of R (2.14.1 and 2.15.1) fails due to [reg-packages.Rout] Error
...ed.packages(lib.loc = "myLib", priority = "NA") + print(res) + # options(op) + unlink("myLib", recursive = TRUE) + unlink(file.path(pkgPath), recursive = TRUE) + } building package pkgA ... installing package pkgA using file pkgA_1.1.tar.gz ... Error in untar2(tarfile, files, list, exdir) : unsupported entry type 'x' Loading required package: pkgA Error: require(p., lib = "myLib", character.only = TRUE) is not TRUE In addition: Warning messages: 1: In install.packages(r, lib = "myLib", repos = NULL, type = "source")...