search for: restore_tim

Displaying 5 results from an estimated 5 matches for "restore_tim".

Did you mean: restore_term
2018 May 01
2
possible internal (un)tar bug
...ompression = "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
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)
...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/Recommended' make: *** [stamp-recommended]...
2013 Apr 03
0
R 3.0.0 is released
...limit of 8GB. o Local reference classes have been added to package methods. These are a technique for avoiding unneeded copying of large components of objects while retaining standard R functional behavior. See ?LocalReferenceClasses. o untar() has a new argument restore_times which if false (not the default) discards the times in the tarball. This is useful if they are incorrect (some tarballs submitted to CRAN have times in a local timezone or many years in the past even though the standard required them to be in UTC). o replayplot() can...
2013 Apr 03
0
R 3.0.0 is released
...limit of 8GB. o Local reference classes have been added to package methods. These are a technique for avoiding unneeded copying of large components of objects while retaining standard R functional behavior. See ?LocalReferenceClasses. o untar() has a new argument restore_times which if false (not the default) discards the times in the tarball. This is useful if they are incorrect (some tarballs submitted to CRAN have times in a local timezone or many years in the past even though the standard required them to be in UTC). o replayplot() can...