pacificclimate / climdex.pcic

Routines to compute ETCCDI Climdex indices
GNU General Public License v3.0
22 stars 13 forks source link

Fix "register native routines" note in package build #16

Closed corviday closed 6 years ago

corviday commented 6 years ago

The note says:

* checking compiled code ... NOTE
File ‘climdex.pcic/libs/climdex.pcic.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Here's the relevant section of the manual..