search for: readfloat

Displaying 4 results from an estimated 4 matches for "readfloat".

2001 Jun 12
1
trouble to install the Rstream package
...for ftruncate... yes checking size of long double... 16 updating cache ./config.cache creating ./config.status creating src/config.h libs gcc -I/home/ibiology1/laurent/share/irix64/lib/R/include -DHAVE_CONFIG_H -I/usr/local/include -fPIC -O2 -c Rstreams.c -o Rstreams.o Rstreams.c: In function `readfloat': Rstreams.c:179: duplicate case value Rstreams.c:173: this is the first entry for that value Rstreams.c: In function `writefloat': Rstreams.c:284: duplicate case value Rstreams.c:278: this is the first entry for that value gmake: *** [Rstreams.o] Error 1 ERROR: Compilation failed for packa...
2000 Jun 29
1
Binary file functions in R
...it first in R for Windows using a DLL written in Delphi; I'll let people comment on that, and once the design settles down, I'll redo the external code in C so that it should be portable to Unix as well. One immediate change from my first pass suggestion below: I'll just have readint, readfloat, readchar; the size and whether signed or unsigned will be determined by parameters to those functions. Other suggested changes are welcome! Duncan Murdoch >I think a set of stream like functions would be really handy >sometimes, especially for those of us who aren't that comfortable w...
2001 Jun 01
1
Installing Rstreams lib
.../R.h:50, from Rstreams.c:21: /usr/local/lib/gcc-lib/alphaev6-dec-osf5.0/2.95.2/include/va-alpha.h:36: warnin: redefinition of `va_list' /usr/local/lib/gcc-lib/alphaev6-dec-osf5.0/2.95.2/include/va_list.h:7: warning:`va_list' previously declared here Rstreams.c: In function `readfloat': Rstreams.c:179: duplicate case value Rstreams.c:173: this is the first entry for that value Rstreams.c: In function `writefloat': Rstreams.c:284: duplicate case value Rstreams.c:278: this is the first entry for that value make: *** [Rstreams.o] Error 1 ERROR: Compilation failed for packag...
2007 Dec 05
4
Java parser for R data file?
Hi everyone, Has anyone written a parser in Java for either the ASCII or binary format produced by save()? I need to parse a single large 2D array that is structured like this: list( "32609_1" = c(-9549.39231289146, -9574.07159324482, ... ), "32610_2" = c(-6369.12526971635, -6403.99620977124, ... ), "32618_2" = c(-2138.29095689061, -2057.9229403233, ... ),