[R-pkg-devel] Registering compiled functions and Winbuilder pre-check error

Jeremy Beaulieu jbeaulieu at nimbios.org
Fri Mar 24 21:52:04 CET 2017


Thanks for the quick reply.

Hmm. Well I’m not sure how to go about this. Should I change the name of the file? I assumed that it could init.c, but maybe that has changed.



> On Mar 24, 2017, at 11:21 AM, Dirk Eddelbuettel <edd at debian.org> wrote:
> 
> 
> On 24 March 2017 at 08:52, Jeremy Beaulieu wrote:
> | * checking compiled code ... NOTE
> | File 'hisse/libs/i386/hisse.dll':
> |  Found no call to: 'R_registerRoutines'
> | File 'hisse/libs/x64/hisse.dll':
> |  Found no call to: 'R_registerRoutines'
> | 
> | It is good practice to register native routines and to disable symbol
> | search.
> | 
> | See 'Writing portable packages' in the 'Writing R Extensions' manual.
> | * checking installed files from 'inst/doc' ... OK
> 
> Somehow the file init.c is not compiled into your dll.  You need to figure
> out why.
> 
> Dirk
> 
> -- 
> http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org



More information about the R-package-devel mailing list