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

2017-03-24 Thread Jeremy Beaulieu
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 wrote: > > > On 24 March 2017 at 08:52, Jeremy Beaulieu wrote: > | * c

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

2017-03-24 Thread Dirk Eddelbuettel
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

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

2017-03-24 Thread Jeremy Beaulieu
Hi all: So, I’m trying to submit a new version of a package of mine and have run into the new registration of compiled functions requirement. I’ve followed all the instructions, made sure the code runs properly, and ran the package checks. Everything seems fine and there are no errors or notes