Displaying 2 results from an estimated 2 matches for "getoct".
Did you mean:
detect
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 =
2013 Jan 18
0
utils::tar() and files >= 2GB
...-r--r-- biocbuild/phs_compbio 1888 2012-12-11
09:37 ChIPXpressData/man/DB_GPL570.bigmemory.Rd
tar: Exiting with failure status due to previous errors
Also, not too surprisingly, 'R CMD check' on this tarball fails, but
with a somewhat obscure error message:
Error in getOct(block, 124, 12) : invalid octal digit
Execution halted
Would it make sense to support files that are >= 2GB, possibly with a
warning about portability issues, if there are any? If not, maybe
utils::tar() (and consequently 'R CMD build') should just fail, with
an informative error mes...