Skip to content
Prev 596 / 696 Next

[R-sig-dyn-mod] Using dynamically compiled code for use with deSolve in a new package

Hi Thomas,

Thanks. Package building works now. However, when running a check, I get:

* checking compiled code ... NOTE
File 'secsse/libs/i386/secsse.dll':
   Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols'
File 'secsse/libs/x64/secsse.dll':
   Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols'

Where should I have made these calls?

Furthermore, I get:

* checking if this is a source package ... WARNING
Subdirectory 'src' contains:
   dimmod.mod

I did not create this file, so don't know where this is coming from. Do 
you have any clue?

Cheers, Rampal
On 30-Nov-17 09:43, Thomas Petzoldt wrote: