You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The R check for the generated cran package triggers the following warning (NOTE):
File ‘xtensor/libs/xtensor.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
The text was updated successfully, but these errors were encountered:
If you're still hunting for a solution: there's a nice code generator that will register the native functions with R compliant with the current Writing R Extensions section 5.4. This works for most user-generated packages.
The R check for the generated cran package triggers the following warning (NOTE):
The text was updated successfully, but these errors were encountered: