Displaying 3 results from an estimated 3 matches for "writefloat".
2001 Jun 12
1
trouble to install the Rstream package
...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 package `Rstreams'
-----------------
I suspect an obvious mistake from my side, but I just cannot see what is
wrong at the moment.
An...
2001 Jun 01
1
Installing Rstreams lib
...nition 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 package `Rstreams'
> [558]
--------------------------
Does anybody know what is wrong or what should I do?
Thank you very much for...
2000 Jun 29
1
Binary file functions in R
This is just to let people know that I'm going to try to put together
a little package of binary file read/write functions for R, along the
lines described in my message in r-help. I'm going to do 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