digEmAll/bsearchtools

R native symbols registration

Closed this issue · 0 comments

R (v3.4+) warns during "R CMD check --as-cran" when native symbols are not explicitly registered :

* checking compiled code ... NOTE
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to use registered native symbols and to disable
symbol search.