Skip to content

Commit

Permalink
Add mandatory symbol registration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 28, 2017
1 parent b0997a5 commit 7d63522
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/register.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <Rinternals.h>
#include <R_ext/Rdynload.h>

void R_init_jqr(DllInfo* info) {
R_registerRoutines(info, NULL, NULL, NULL, NULL);
R_useDynamicSymbols(info, TRUE);
}

0 comments on commit 7d63522

Please sign in to comment.