Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register native routines #32

Merged
merged 1 commit into from
Oct 30, 2017
Merged

Register native routines #32

merged 1 commit into from
Oct 30, 2017

Conversation

paulstaab
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Oct 30, 2017

Coverage Status

Coverage increased (+1.1%) to 62.899% when pulling 49bc99c on update_build into 0a2bbc1 on master.

@paulstaab paulstaab merged commit ccf4e7f into master Oct 30, 2017
@paulstaab paulstaab deleted the update_build branch October 30, 2017 15:36

RcppExport void R_init_scrm(DllInfo *dll) {
R_registerRoutines(dll, NULL, CallEntries, NULL, NULL);
R_useDynamicSymbols(dll, FALSE);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

};

RcppExport void R_init_scrm(DllInfo *dll) {
R_registerRoutines(dll, NULL, CallEntries, NULL, NULL);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants