The R Project SVN R-packages

Rev

Rev 3471 | Rev 3821 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3471 Rev 3808
Line 35... Line 35...
35
    /* sqlite_external.c */
35
    /* sqlite_external.c */
36
    {"sdf_import_sqlite_table", (DL_FUNC) &sdf_import_sqlite_table, 3},
36
    {"sdf_import_sqlite_table", (DL_FUNC) &sdf_import_sqlite_table, 3},
37
 
37
 
38
    /* sqlite_matrix.c */
38
    /* sqlite_matrix.c */
39
    {"sdf_as_matrix", (DL_FUNC) &sdf_as_matrix, 2},
39
    {"sdf_as_matrix", (DL_FUNC) &sdf_as_matrix, 2},
-
 
40
    {"sdf_create_smat", (DL_FUNC) &sdf_create_smat, 2},
40
    {NULL, NULL, 0}
41
    {NULL, NULL, 0}
41
};
42
};
42
 
43
 
43
void R_init_SQLiteDF(DllInfo *dll) {
44
void R_init_SQLiteDF(DllInfo *dll) {
44
    /* Rprintf("I am executed.\n"); */
45
    /* Rprintf("I am executed.\n"); */