Skip to content

Commit

Permalink
Register and roxygenise
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 26, 2017
1 parent d5f1817 commit 728ea74
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
1 change: 0 additions & 1 deletion man/config.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 10 additions & 11 deletions man/edit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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_magick(DllInfo* info) {
R_registerRoutines(info, NULL, NULL, NULL, NULL);
R_useDynamicSymbols(info, TRUE);
}

0 comments on commit 728ea74

Please sign in to comment.