The R Project SVN R-packages

Rev

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

Rev 3808 Rev 3821
Line 36... Line 36...
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
    {"sdf_create_smat", (DL_FUNC) &sdf_create_smat, 2},
-
 
41
 
-
 
42
    /* sqlite_biglm.c */
-
 
43
    {"sdf_do_biglm", (DL_FUNC) &sdf_do_biglm, 4},
41
    {NULL, NULL, 0}
44
    {NULL, NULL, 0}
42
};
45
};
43
 
46
 
44
void R_init_SQLiteDF(DllInfo *dll) {
47
void R_init_SQLiteDF(DllInfo *dll) {
45
    /* Rprintf("I am executed.\n"); */
48
    /* Rprintf("I am executed.\n"); */