search for: r_install_tar

Displaying 7 results from an estimated 7 matches for "r_install_tar".

2013 Apr 03
1
R-package preparation --as-cran behaving unexpectedly
Dear all, I am trying to submit an R-package to CRAN. In preparation I do run R_INSTALL_TAR=/bin/tar R CMD check --as-cran parallelize.dynamic_0.9.tar.gz and the command finishes without warnings or errors. As a final output I get NOTE: There was 1 note. See ?.../Rpackages/parallelize.dynamic/parallelize.dynamic.Rcheck/00check.log? for details. The file contains the standard output of...
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
2010 Apr 22
2
R2.11.0 - rasterImage() and barplot fill-patterns
...ackage utils: > this ensures that all platforms can install bzip2- and > xz-compressed tarballs. In case this causes problems (as it > has on some Windows file systems when run from Cygwin tools) > it can be overridden by the environment variable > R_INSTALL_TAR: setting this to a modern external tar program > will speed up unpacking of large (tens of Mb or more) > tarballs. > > o help(try.all.packages = TRUE) is much faster (although the > time taken by the OS to find all the packages the first time > it...
2010 Apr 22
0
R 2.11.0 is released
...nternal untar() in package utils: this ensures that all platforms can install bzip2- and xz-compressed tarballs. In case this causes problems (as it has on some Windows file systems when run from Cygwin tools) it can be overridden by the environment variable R_INSTALL_TAR: setting this to a modern external tar program will speed up unpacking of large (tens of Mb or more) tarballs. o help(try.all.packages = TRUE) is much faster (although the time taken by the OS to find all the packages the first time it is used can dominate the...
2010 Apr 22
0
R 2.11.0 is released
...nternal untar() in package utils: this ensures that all platforms can install bzip2- and xz-compressed tarballs. In case this causes problems (as it has on some Windows file systems when run from Cygwin tools) it can be overridden by the environment variable R_INSTALL_TAR: setting this to a modern external tar program will speed up unpacking of large (tens of Mb or more) tarballs. o help(try.all.packages = TRUE) is much faster (although the time taken by the OS to find all the packages the first time it is used can dominate the...
2011 Oct 31
0
R 2.14.0 is released
...ong been preferred). UTILITIES: o R CMD check now gives an error if the R code in a vignette fails to run, unless this is caused by a missing package. o R CMD check now unpacks tarballs in the same way as R CMD INSTALL, including making use of the environment variable R_INSTALL_TAR to override the default behaviour. o R CMD check performs additional code analysis of package startup functions, and notifies about incorrect argument lists and (incorrect) calls to functions which modify the search path or inappropriately generate messages. o R CMD chec...
2011 Oct 31
0
R 2.14.0 is released
...ong been preferred). UTILITIES: o R CMD check now gives an error if the R code in a vignette fails to run, unless this is caused by a missing package. o R CMD check now unpacks tarballs in the same way as R CMD INSTALL, including making use of the environment variable R_INSTALL_TAR to override the default behaviour. o R CMD check performs additional code analysis of package startup functions, and notifies about incorrect argument lists and (incorrect) calls to functions which modify the search path or inappropriately generate messages. o R CMD chec...