Displaying 4 results from an estimated 4 matches for "rb6".
Did you mean:
rb
2002 Dec 02
1
readLines() changes mode of connection
...trates
this "feature" (note the evolution of file$text). Is this expected?
Thanks, Vadim
> file <- gzfile("foo.gz")
file <- gzfile("foo.gz")
> summary(file)
summary(file)
$description
[1] "foo.gz"
$class
[1] "gzfile"
$mode
[1] "rb6"
$text
[1] "text"
$opened
[1] "closed"
$"can read"
[1] "yes"
$"can write"
[1] "yes"
> hdr <- readLines(file, 1)
hdr <- readLines(file, 1)
> summary(file)
summary(file)
$description
[1] "foo.gz"
$class
[1] &...
2008 Mar 07
2
Problems installing packages using the inbuilt facility: "Error i n gzfile(file, "r") : unable to open connection"
...class
"C:/Program Files/R/R-2.6.2/library/ada_2.0-1.zip" "gzfile"
mode text
"rb6" "binary"
opened can read
"opened" "yes"...
2005 Dec 09
1
local source packages install from within R session - cross-platform
...rectly on the file is fine..
>gzfile("hs95av2hs3ug6cdf_6.0.0.tar.gz")
description class
mode
"hs95av2hs3ug6cdf_6.0.0.tar.gz" "gzfile"
"rb6"
text opened
can read
"text" "closed"
"yes"
can write
"yes...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking