Skip to content

Commit

Permalink
Upgrade Rcpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 12, 2017
1 parent efc732b commit aac12c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,15 @@ BEGIN_RCPP
return rcpp_result_gen;
END_RCPP
}

static const R_CallMethodDef CallEntries[] = {
{"svglite_svglite_", (DL_FUNC) &svglite_svglite_, 7},
{"svglite_svgstring_", (DL_FUNC) &svglite_svgstring_, 7},
{"svglite_get_svg_content", (DL_FUNC) &svglite_get_svg_content, 1},
{NULL, NULL, 0}
};

RcppExport void R_init_svglite(DllInfo *dll) {
R_registerRoutines(dll, NULL, CallEntries, NULL, NULL);
R_useDynamicSymbols(dll, FALSE);
}

0 comments on commit aac12c8

Please sign in to comment.