Displaying 1 result from an estimated 1 matches for "rs_datatypet".
2008 Nov 19
1
RMySQL 0.6-1 Package Install Fails in R 2.5.1 (pclinuxos)
...he install attempt where it
seems to have problems with the RS-DBI header & C files. I will include
the suspect code lines that that are identified:
RS-DBI.c line 22 --> #include "RS-DBI.h"
RS-DBI.h
/* We now define a generic data type name-Id mapping struct
* and initialize the RS_dataTypeTable[]. Each driver could
* define similar table for generating friendly type names
*/
struct data_types {
char *typeName;
Sint typeId;
};
/* return the primitive type name for a primitive type id */
char *RS_DBI_getTypeName(Sint typeCode, const struct data_types table[]);
/* same, but callable fr...