Skip to content

Commit

Permalink
R CMD check successes.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanedwards committed Dec 13, 2017
1 parent f4b7ead commit c117e59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/init.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <R.h>
#include <Rinternals.h>
#include <R_ext/RS.h>
#include <stdlib.h> // for NULL
#include <R_ext/Rdynload.h>
Expand Down Expand Up @@ -42,5 +44,5 @@ static const R_FortranMethodDef FortranEntries[] = {
void R_init_Siccuracy(DllInfo *dll)
{
R_registerRoutines(dll, NULL, NULL, FortranEntries, NULL);
R_useDynamicSymbols(dll, FALSE);
R_useDynamicSymbols(dll, TRUE);
}

0 comments on commit c117e59

Please sign in to comment.