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

Dirk Eddelbuettel edd at debian.org
Fri Mar 24 17:21:45 CET 2017


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