search for: isseek

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

Did you mean: iseek
2003 May 23
1
isSeekable returns F on seekable file
Hi, Seems that on RWin 1.7.0 and 1.6.2 isSeekable returns F on binary files, while seek() works as expected on the same connection - see example below: > con = file(nm, "rb") > isSeekable(con) [1] FALSE > readBin(con, double(), 10) [1] 7.263824e-317 5.968155e-317 2.340685e-317 2.734062e-312 4.088386e-312 4.670335e-317...
2003 May 23
1
Opening a file in mode "r+" or "r+b"
...e to a file is to truncate it ("w"/"w+" flag) or by appending to it ("a"/"ab"). Regards, Laurens > -----Original Message----- > From: Laurens Leerink > Sent: Friday, May 23, 2003 9:33 AM > To: 'r-help@stat.math.ethz.ch' > Subject: isSeekable returns F on seekable file > > Hi, > > Seems that on RWin 1.7.0 and 1.6.2 isSeekable returns F on binary files, > while seek() works as expected on the same connection - see example below: > > > con = file(nm, "rb") > > isSeekable(con) > [1] FALSE &...
2008 Apr 28
4
Wineserver causing heavy CPU load
I am running Fedora 8 uname -r = 2.6.24.4-64.fc8 on my box with Wine 0.9.58. When I first installed it I noticed that my CPU usage jumped and stayed at 100% with wineserver taking > 85%. I killed the wineserver process and it dropped down, however it soon jumped back up when wineserver restarted itself. I then killed it again and all related processes and disabled it from starting as a damen
2003 Jun 16
1
R 1.7.1 is released
...quot;spearman") now also works for length(x) > 1290. o Matrices were printed mis-aligned if right=TRUE and na.print was specified. (PR#3058) o R CMD check gives now a clearer message when latex produces errors on the package manual. (PR#3070) o isSeekable() was incorrectly returning FALSE on all file connections. o tkpager() wasn't quite using its title and header arguments in the way prescribed by file.show() o legend(*, pch=p, lty=l) now works better when `p' or `l' have NAs. o All braces in reg...
2003 Jun 16
1
R 1.7.1 is released
...quot;spearman") now also works for length(x) > 1290. o Matrices were printed mis-aligned if right=TRUE and na.print was specified. (PR#3058) o R CMD check gives now a clearer message when latex produces errors on the package manual. (PR#3070) o isSeekable() was incorrectly returning FALSE on all file connections. o tkpager() wasn't quite using its title and header arguments in the way prescribed by file.show() o legend(*, pch=p, lty=l) now works better when `p' or `l' have NAs. o All braces in reg...
2011 Apr 13
0
R 2.13.0 is released
...es is provided at the top and bottom of the page. Where a library contains more than 100 packages, an alphabetic index is given at the top of the section for that library. (As a consequence, package names are now sorted case-insensitively whatever the locale.) ? isSeekable() now returns FALSE on connections which have non-default encoding. Although documented to record if ?in principle? the connection supports seeking, it seems safer to report FALSE when it may not work. ? R CMD REMOVE and remove.packages() now remove file R.css when...
2011 Apr 13
0
R 2.13.0 is released
...es is provided at the top and bottom of the page. Where a library contains more than 100 packages, an alphabetic index is given at the top of the section for that library. (As a consequence, package names are now sorted case-insensitively whatever the locale.) ? isSeekable() now returns FALSE on connections which have non-default encoding. Although documented to record if ?in principle? the connection supports seeking, it seems safer to report FALSE when it may not work. ? R CMD REMOVE and remove.packages() now remove file R.css when...